Skip to content

Commit

Permalink
Fix dotnet-coverage arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwinjansen committed Sep 21, 2023
1 parent ba6be54 commit 4b4006e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Start dotnet-coverage
run: |
ulimit -c unlimited
./coverage/dotnet-coverage dotnet --version
./coverage/dotnet-coverage collect dotnet --version
- name: print stacktrace
if: failure()
Expand Down

0 comments on commit 4b4006e

Please sign in to comment.