|
1 | 1 | # LibGit2Sharp |
2 | 2 |
|
| 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 | + |
3 | 19 | **LibGit2Sharp brings all the might and speed of [libgit2][libgit2], a native Git implementation, to the managed world of .NET and Mono.** |
4 | 20 |
|
5 | 21 | [libgit2]: http://libgit2.github.com/ |
|
27 | 43 | [tracker]: https://github.com/libgit2/libgit2sharp/issues |
28 | 44 | [twitter]: http://twitter.com/libgit2sharp |
29 | 45 |
|
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 | | - |
66 | 46 | ## Quick contributing guide |
67 | 47 |
|
68 | 48 | - Fork and clone locally |
|
0 commit comments