mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 06:45:40 +00:00
Compare commits
1 Commits
180407b1e6
...
3bf357331e
Author | SHA1 | Date | |
---|---|---|---|
|
3bf357331e |
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user