Skip to content

Commit 2244f29

Browse files
committed
Merge pull request #1120 from somewhatabstract/issue1109
Added coveralls.io status and supporting text
2 parents 0a72962 + 180ffa4 commit 2244f29

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[tracker]: https://github.com/libgit2/libgit2sharp/issues
2828
[twitter]: http://twitter.com/libgit2sharp
2929

30-
## Current project build status
30+
## Current project status
3131

3232
The CI builds are generously hosted and run on the [Travis][travis] and [AppVeyor][appveyor] infrastructures.
3333

@@ -36,16 +36,17 @@ The CI builds are generously hosted and run on the [Travis][travis] and [AppVeyo
3636
| **master** | [![master win][master-win-badge]][master-win] | [![master nix][master-nix-badge]][master-nix] |
3737
| **vNext** | [![vNext win][vNext-win-badge]][vNext-win] | [![vNext nix][vNext-nix-badge]][vNext-nix] |
3838

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].
4040

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] |
4444

4545

4646
[travis]: https://travis-ci.org/
4747
[appveyor]: http://appveyor.com/
4848
[coverity]: https://scan.coverity.com/
49+
[coveralls]: https://coveralls.io/
4950

5051
[master-win-badge]: https://ci.appveyor.com/api/projects/status/8qxcoqdo9kp7x2w9/branch/master?svg=true
5152
[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][
5960
[coverity-project]: https://scan.coverity.com/projects/2088
6061
[coverity-badge]: https://scan.coverity.com/projects/2088/badge.svg
6162

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+
6266
## Quick contributing guide
6367

6468
- Fork and clone locally

0 commit comments

Comments
 (0)