1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 06:45:40 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Oliver Booth
3bf357331e
Merge 22aaa96c23 into 1daa8ffd56 2024-02-12 10:23:22 +00:00

View File

@ -49,11 +49,10 @@ jobs:
run: dotnet test --no-build --verbosity normal --configuration Release --framework net8.0
- name: Collect coverage
run: dotnet dotcover test --dcReportType=XML
run: dotnet dotcover test --dcReportType=HTML
- 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