You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: The set-output command 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
The text was updated successfully, but these errors were encountered:
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: The
set-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
The text was updated successfully, but these errors were encountered: