Skip to content

Commit 611e412

Browse files
committed
Link to Coverity from the README
1 parent 02264de commit 611e412

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,25 @@
2828
[twitter]: http://twitter.com/libgit2sharp
2929

3030
## Current project build status
31+
3132
The CI builds are generously hosted and run on the [Travis][travis] and [AppVeyor][appveyor] infrastructures.
3233

3334
| | Windows (x86/amd64) | Linux/Mac OS X |
3435
| :------ | :------: | :------: |
3536
| **master** | [![master win][master-win-badge]][master-win] | [![master nix][master-nix-badge]][master-nix] |
3637
| **vNext** | [![vNext win][vNext-win-badge]][vNext-win] | [![vNext nix][vNext-nix-badge]][vNext-nix] |
3738

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+
3845

39-
[travis]: http://travis-ci.org/
46+
[travis]: https://travis-ci.org/
4047
[appveyor]: http://appveyor.com/
48+
[coverity]: https://scan.coverity.com/
49+
4150
[master-win-badge]: https://ci.appveyor.com/api/projects/status/8qxcoqdo9kp7x2w9/branch/master?svg=true
4251
[master-win]: https://ci.appveyor.com/project/libgit2/libgit2sharp/branch/master
4352
[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
4756
[vNext-nix-badge]: https://travis-ci.org/libgit2/libgit2sharp.svg?branch=vNext
4857
[vNext-nix]: https://travis-ci.org/libgit2/libgit2sharp/branches
4958

59+
[coverity-project]: https://scan.coverity.com/projects/2088
60+
[coverity-badge]: https://scan.coverity.com/projects/2088/badge.svg
61+
5062
## Quick contributing guide
5163

5264
- Fork and clone locally

0 commit comments

Comments
 (0)