mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:45:41 +00:00
Compare commits
4 Commits
22aaa96c23
...
447323f4d1
Author | SHA1 | Date | |
---|---|---|---|
447323f4d1 | |||
9a506a6b29 | |||
a71cb73df7 | |||
485501cfc0 |
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
@ -49,10 +49,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
|
||||
|
Loading…
Reference in New Issue
Block a user