We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Source: https://github.com/verybadcat/CSharpMath/tree/3f81533565329363aef14c8e45a5e67c2a7d6b1d Run dotnet test CSharpMath.Evaluation.Tests --collect:"XPlat Code Coverage" -c Release -r .testcoverage and observe that the result .testcoverage/[GUID]/coverage.cobertura.xml only consists of
dotnet test CSharpMath.Evaluation.Tests --collect:"XPlat Code Coverage" -c Release -r .testcoverage
.testcoverage/[GUID]/coverage.cobertura.xml
<?xml version="1.0" encoding="utf-8"?> <coverage line-rate="1" branch-rate="1" version="1.9" timestamp="1596538273" lines-covered="0" lines-valid="0" branches-covered="0" branches-valid="0"> <sources /> <packages /> </coverage>
Removing https://github.com/verybadcat/CSharpMath/blob/3f81533565329363aef14c8e45a5e67c2a7d6b1d/Directory.Build.props#L53 solves this issue.
The text was updated successfully, but these errors were encountered:
#882 (comment) claims to fix this but I am using the latest nightly and this still fails to create a report.
Sorry, something went wrong.
or should I be using the MSBuild version?
Closing as dupe of #882 (comment)
No branches or pull requests
Source: https://github.com/verybadcat/CSharpMath/tree/3f81533565329363aef14c8e45a5e67c2a7d6b1d
Run
dotnet test CSharpMath.Evaluation.Tests --collect:"XPlat Code Coverage" -c Release -r .testcoverage
and observe that the result.testcoverage/[GUID]/coverage.cobertura.xml
only consists ofRemoving
https://github.com/verybadcat/CSharpMath/blob/3f81533565329363aef14c8e45a5e67c2a7d6b1d/Directory.Build.props#L53
solves this issue.
The text was updated successfully, but these errors were encountered: