Skip to content

Commit 2f8ad26

Browse files
authored
Merge pull request libgit2#1496 from libgit2/ethomson/readme_badges
README: reorganize build/code analysis badges
2 parents 49542c1 + c923e6b commit 2f8ad26

File tree

1 file changed

+16
-36
lines changed

1 file changed

+16
-36
lines changed

README.md

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# LibGit2Sharp
22

3+
[![master win][master-win-badge]][master-win]
4+
[![master nix][master-nix-badge]][master-nix]
5+
[![coverity][coverity-badge]][coverity-project]
6+
[![coveralls][coveralls-badge]][coveralls-project]
7+
8+
[master-win-badge]: https://ci.appveyor.com/api/projects/status/8qxcoqdo9kp7x2w9/branch/master?svg=true
9+
[master-win]: https://ci.appveyor.com/project/libgit2/libgit2sharp/branch/master
10+
[master-nix-badge]: https://travis-ci.org/libgit2/libgit2sharp.svg?branch=master
11+
[master-nix]: https://travis-ci.org/libgit2/libgit2sharp/branches
12+
13+
[coverity-project]: https://scan.coverity.com/projects/2088
14+
[coverity-badge]: https://scan.coverity.com/projects/2088/badge.svg
15+
16+
[coveralls-project]: https://coveralls.io/r/libgit2/libgit2sharp?branch=vNext
17+
[coveralls-badge]: https://coveralls.io/repos/libgit2/libgit2sharp/badge.svg?branch=vNext
18+
319
**LibGit2Sharp brings all the might and speed of [libgit2][libgit2], a native Git implementation, to the managed world of .NET and Mono.**
420

521
[libgit2]: http://libgit2.github.com/
@@ -27,42 +43,6 @@
2743
[tracker]: https://github.com/libgit2/libgit2sharp/issues
2844
[twitter]: http://twitter.com/libgit2sharp
2945

30-
## Current project status
31-
32-
The CI builds are generously hosted and run on the [Travis][travis] and [AppVeyor][appveyor] infrastructures.
33-
34-
| | Windows (x86/amd64) | Linux/Mac OS X |
35-
| :------ | :------: | :------: |
36-
| **master** | [![master win][master-win-badge]][master-win] | [![master nix][master-nix-badge]][master-nix] |
37-
| **vNext** | [![vNext win][vNext-win-badge]][vNext-win] | [![vNext nix][vNext-nix-badge]][vNext-nix] |
38-
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-
41-
| | Static Analysis | Code Coverage |
42-
|-------|-----------------|---------------|
43-
| **vNext** | [![coverity][coverity-badge]][coverity-project] | [![coveralls][coveralls-badge]][coveralls-project] |
44-
45-
46-
[travis]: https://travis-ci.org/
47-
[appveyor]: http://appveyor.com/
48-
[coverity]: https://scan.coverity.com/
49-
[coveralls]: https://coveralls.io/
50-
51-
[master-win-badge]: https://ci.appveyor.com/api/projects/status/8qxcoqdo9kp7x2w9/branch/master?svg=true
52-
[master-win]: https://ci.appveyor.com/project/libgit2/libgit2sharp/branch/master
53-
[master-nix-badge]: https://travis-ci.org/libgit2/libgit2sharp.svg?branch=master
54-
[master-nix]: https://travis-ci.org/libgit2/libgit2sharp/branches
55-
[vNext-win-badge]: https://ci.appveyor.com/api/projects/status/8qxcoqdo9kp7x2w9/branch/vNext?svg=true
56-
[vNext-win]: https://ci.appveyor.com/project/libgit2/libgit2sharp/branch/vNext
57-
[vNext-nix-badge]: https://travis-ci.org/libgit2/libgit2sharp.svg?branch=vNext
58-
[vNext-nix]: https://travis-ci.org/libgit2/libgit2sharp/branches
59-
60-
[coverity-project]: https://scan.coverity.com/projects/2088
61-
[coverity-badge]: https://scan.coverity.com/projects/2088/badge.svg
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-
6646
## Quick contributing guide
6747

6848
- Fork and clone locally

0 commit comments

Comments
 (0)