coverlet-coverage / coverlet

Cross platform code coverage for .NET
MIT License
2.93k stars 385 forks source link

Coverlet file not being created #1659

Closed agray closed 1 month ago

agray commented 1 month ago

This issue has cropped up over the last week:

All my integration tests have passed yet coverlet appears not to be creating a file for some weird reason I have not been able to discern.

https://github.com/Sauceforge/Saucery/actions/runs/9233763669/job/25420827619#step:5:32

Error: dotnet test failure Command failed: dotnet test -c Debug -p:coverletOutput=opencover.nunit.integration.xml -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:Exclude=\"[Merlin.NUnit]Tests.*\" Merlin.NUnit/Merlin.NUnit.csproj Error: error occured : coverage file not found at Merlin.NUnit/opencover.nunit.integration.xml Warning: Theset-outputcommand is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Appreciate if you could offer any insight

agray commented 1 month ago

I think I was the issue. Please ignore.