Compare commits

...

2 Commits

1 changed files with 2 additions and 1 deletions

View File

@ -52,10 +52,11 @@ jobs:
run: dotnet test --no-build --verbosity normal --configuration Release --framework net8.0
- name: Collect coverage
run: dotnet dotcover test --dcReportType=HTML
run: dotnet dotcover test --dcReportType=XML
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
env:
token: ${{ secrets.CODECOV_TOKEN }}
files: dotCover.Output.xml
slug: oliverbooth/X10D