Skip to content
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

Docker RUN with coverlet.msbuild 2.7 shows NaN% #726

Closed
rshelby5 opened this issue Feb 8, 2020 · 4 comments
Closed

Docker RUN with coverlet.msbuild 2.7 shows NaN% #726

rshelby5 opened this issue Feb 8, 2020 · 4 comments
Labels
needs more info More details are needed

Comments

@rshelby5
Copy link

rshelby5 commented Feb 8, 2020

This used to work but now for some odd reason it is not. Running this command.

RUN dotnet test -c Release /AttestationService.Test/AttestationService.Test.csproj --logger "junit;LogFilePath=/unit-test-results/unit-test-report.xml" --results-directory /unit-test-results /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=/code-coverage-results/CodeCoverage

Using this package version:

<PackageReference Include="coverlet.msbuild" Version="2.7.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
@MarcoRossignoli MarcoRossignoli added the needs more info More details are needed label Feb 10, 2020
@MarcoRossignoli
Copy link
Collaborator

MarcoRossignoli commented Feb 10, 2020

@MarcoRossignoli
Copy link
Collaborator

Close for stale conversation, feel free to reopen if needed.

@goolzerg
Copy link

Have the same issue

@MarcoRossignoli
Copy link
Collaborator

MarcoRossignoli commented Feb 20, 2021

@goolzerg can you open new issue and provide some repro code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info More details are needed
Projects
None yet
Development

No branches or pull requests

3 participants