27
27
[ tracker ] : https://github.com/libgit2/libgit2sharp/issues
28
28
[ twitter ] : http://twitter.com/libgit2sharp
29
29
30
- ## Current project build status
30
+ ## Current project status
31
31
32
32
The CI builds are generously hosted and run on the [ Travis] [ travis ] and [ AppVeyor] [ appveyor ] infrastructures.
33
33
@@ -36,16 +36,17 @@ The CI builds are generously hosted and run on the [Travis][travis] and [AppVeyo
36
36
| ** master** | [ ![ master win] [ master-win-badge ]] [ master-win ] | [ ![ master nix] [ master-nix-badge ]] [ master-nix ] |
37
37
| ** vNext** | [ ![ vNext win] [ vNext-win-badge ]] [ vNext-win ] | [ ![ vNext nix] [ vNext-nix-badge ]] [ vNext-nix ] |
38
38
39
- The security oriented static code analysis is kindly run through the [ Coverity] [ coverity ] service.
39
+ The security- oriented static code analysis is kindly run through the [ Coverity] [ coverity ] service. Code coverage is kindly run through [ Coveralls.io ] [ coveralls ] .
40
40
41
- | | Analysis result |
42
- | -------| -----------------|
43
- | ** vNext** | [ ![ coverity] [ coverity-badge ]] [ coverity-project ] |
41
+ | | Static Analysis | Code Coverage |
42
+ | -------| -----------------| --------------- |
43
+ | ** vNext** | [ ![ coverity] [ coverity-badge ]] [ coverity-project ] | [ ![ coveralls ] [ coveralls-badge ]] [ coveralls -project] |
44
44
45
45
46
46
[ travis ] : https://travis-ci.org/
47
47
[ appveyor ] : http://appveyor.com/
48
48
[ coverity ] : https://scan.coverity.com/
49
+ [ coveralls ] : https://coveralls.io/
49
50
50
51
[ master-win-badge ] : https://ci.appveyor.com/api/projects/status/8qxcoqdo9kp7x2w9/branch/master?svg=true
51
52
[ master-win ] : https://ci.appveyor.com/project/libgit2/libgit2sharp/branch/master
@@ -59,6 +60,9 @@ The security oriented static code analysis is kindly run through the [Coverity][
59
60
[ coverity-project ] : https://scan.coverity.com/projects/2088
60
61
[ coverity-badge ] : https://scan.coverity.com/projects/2088/badge.svg
61
62
63
+ [ coveralls-project ] : https://coveralls.io/r/libgit2/libgit2sharp?branch=vNext
64
+ [ coveralls-badge ] : https://coveralls.io/repos/libgit2/libgit2sharp/badge.svg?branch=vNext
65
+
62
66
## Quick contributing guide
63
67
64
68
- Fork and clone locally
0 commit comments