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 c5a7ab8 commit 62fc0ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true --% /p:CoverletOutputFormat=\"opencover,lcov\"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
files: coverage/lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 62fc0ad

Please sign in to comment.