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 b9074ba commit 1c1f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
/p:CollectCoverage=true \
/p:CoverletOutput=../TestResults/ \
/p:MergeWith="../TestResults/coverage.json" \
/p:CoverletOutputFormat="opencover,json"
/p:CoverletOutputFormat=\"opencover,json\"
- name: Create Test Coverage Badge
uses: simon-k/[email protected]
Expand Down

0 comments on commit 1c1f315

Please sign in to comment.