28
28
[ twitter ] : http://twitter.com/libgit2sharp
29
29
30
30
## Current project build status
31
+
31
32
The CI builds are generously hosted and run on the [ Travis] [ travis ] and [ AppVeyor] [ appveyor ] infrastructures.
32
33
33
34
| | Windows (x86/amd64) | Linux/Mac OS X |
34
35
| :------ | :------: | :------: |
35
36
| ** master** | [ ![ master win] [ master-win-badge ]] [ master-win ] | [ ![ master nix] [ master-nix-badge ]] [ master-nix ] |
36
37
| ** vNext** | [ ![ vNext win] [ vNext-win-badge ]] [ vNext-win ] | [ ![ vNext nix] [ vNext-nix-badge ]] [ vNext-nix ] |
37
38
39
+ The security oriented static code analysis is kindly run through the [ Coverity] [ coverity ] service.
40
+
41
+ | | Analysis result |
42
+ | -------| -----------------|
43
+ | ** vNext** | [ ![ coverity] [ coverity-badge ]] [ coverity-project ] |
44
+
38
45
39
- [ travis ] : http ://travis-ci.org/
46
+ [ travis ] : https ://travis-ci.org/
40
47
[ appveyor ] : http://appveyor.com/
48
+ [ coverity ] : https://scan.coverity.com/
49
+
41
50
[ master-win-badge ] : https://ci.appveyor.com/api/projects/status/8qxcoqdo9kp7x2w9/branch/master?svg=true
42
51
[ master-win ] : https://ci.appveyor.com/project/libgit2/libgit2sharp/branch/master
43
52
[ master-nix-badge ] : https://travis-ci.org/libgit2/libgit2sharp.svg?branch=master
@@ -47,6 +56,9 @@ The CI builds are generously hosted and run on the [Travis][travis] and [AppVeyo
47
56
[ vNext-nix-badge ] : https://travis-ci.org/libgit2/libgit2sharp.svg?branch=vNext
48
57
[ vNext-nix ] : https://travis-ci.org/libgit2/libgit2sharp/branches
49
58
59
+ [ coverity-project ] : https://scan.coverity.com/projects/2088
60
+ [ coverity-badge ] : https://scan.coverity.com/projects/2088/badge.svg
61
+
50
62
## Quick contributing guide
51
63
52
64
- Fork and clone locally
0 commit comments