-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Sourcelink #260
Conversation
Codecov Report
@@ Coverage Diff @@
## master #260 +/- ##
==========================================
- Coverage 95.44% 93.43% -2.01%
==========================================
Files 16 16
Lines 1757 1783 +26
==========================================
- Hits 1677 1666 -11
- Misses 80 117 +37
Continue to review full report at Codecov.
|
You know that question was coming. When can we consume that change? |
@ViktorHofer most likely tomorrow. I need to add a few more things before making a new release |
@ViktorHofer sorry it took much longer than expected, here's the new release with source link support https://www.nuget.org/packages/coverlet.console/1.4.0 |
You can now specify that Coverlet uses SourceLink URIs in place of document paths in coverage results.
MSBuild:
dotnet test /p:CollectCoverage=true /p:UseSourceLink=true
Global Tool:
cc @ViktorHofer
Fixes #257