Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael authored Jun 20, 2024
1 parent 31120c2 commit b9074ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Test
run: |
cd ./src
dotnet test --no-build --verbosity normal -s ../tests/tests.runsettings `
/p:CollectCoverage=true `
/p:CoverletOutput=../TestResults/ `
/p:MergeWith="../TestResults/coverage.json" `
dotnet test --no-build -m:1 -s ../tests/tests.runsettings \
/p:CollectCoverage=true \
/p:CoverletOutput=../TestResults/ \
/p:MergeWith="../TestResults/coverage.json" \
/p:CoverletOutputFormat="opencover,json"
- name: Create Test Coverage Badge
Expand Down

0 comments on commit b9074ba

Please sign in to comment.