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 356b093 commit 10c9094Copy full SHA for 10c9094
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
run: dotnet build --no-restore -c Debug
59
- name: Test solution [Debug]
60
working-directory: src
61
- run: dotnet test --no-restore -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:CoverletOutput=../.coverage/
+ run: dotnet test --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:CoverletOutput=../.coverage/
62
- name: Upload coverage to codecov
63
if: ${{ startsWith(matrix.os, 'ubuntu') }}
64
uses: codecov/codecov-action@v4
0 commit comments