Skip to content

Commit

Permalink
ci(test): move coverage file to consistent place
Browse files Browse the repository at this point in the history
Needed as a workaround for microsoft/vstest#2378 , because random GUID folder names will not play nicely with CI pipelines.
  • Loading branch information
Xyaneon committed Jan 16, 2023
1 parent e8d532b commit da60f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Expand Up @@ -26,3 +26,7 @@ jobs:

- name: Test
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --settings ./Xyaneon.Games.Cards.Test/coverlet.runsettings

# Workaround for issue: https://github.com/microsoft/vstest/issues/2378
- name: Relocate test coverage results
run: mv ./Xyaneon.Games.Cards.Test/TestResults/**/coverage.info ./Xyaneon.Games.Cards.Test/TestResults/

0 comments on commit da60f1f

Please sign in to comment.