We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8accc5f commit e7e9473Copy full SHA for e7e9473
.github/workflows/dotnet.yml
@@ -48,4 +48,5 @@ jobs:
48
path: .
49
merge-multiple: true
50
- name: Test
51
- run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
+ run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
52
+ working-directory: ./tests/
tests/PolylineAlgorithm.Tests/coverlet.runsettings renamed to tests/coverlet.runsettings
0 commit comments