Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
th3oth3rjak3 authored Aug 17, 2023
1 parent cd55fe6 commit b2f02a5
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 @@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=\"opencover,lcov\"
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=\"opencover,lcov,xml\"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit b2f02a5

Please sign in to comment.