https://github.com/codecov/example-csharp-sharpcover
https://github.com/codecov/example-csharp-sharpcover
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecov/example-csharp-sharpcover
- Owner: codecov
- License: mit
- Created: 2016-03-12T01:10:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T21:35:45.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T15:10:24.524Z (9 months ago)
- Language: C#
- Size: 368 KB
- Stars: 2
- Watchers: 11
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fexample-csharp-sharpcover?ref=badge_shield)
------
> Work in progress. Support for SharpCover is not complete yet. Thank you for your patience.
------
[Codecov][0] C# Example using SharpCover
========================================
1. Follow instructions on [how to instrument coverage reports with SharpCover](https://github.com/codecov/example-csharp-sharpcover/blob/master/Makefile#L17-L21)
2. Call `bash <(curl -s https://codecov.io/bash) -t repository-upload-token` at the [end of your CI build](https://github.com/codecov/example-csharp-sharpcover/blob/master/.travis.yml#L11)
- Is your repository public and tested with Travis, CircleCI or AppVeyor? Then the repository upload token is not required!
> Also see our [C# Example][1]
We are happy to help if you have any questions. Please contact our Support at [support@codecov.io](mailto:support@codecov.io)
[0]: https://codecov.io/
[1]: https://github.com/codecov/example-csharp
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fexample-csharp-sharpcover?ref=badge_large)