Skip to content

Commit

Permalink
fix: code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Apr 6, 2024
1 parent 9dadff1 commit ce5eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal --collect "Code Coverage"
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.1
with:
Expand Down

0 comments on commit ce5eb04

Please sign in to comment.