mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-14 16:45:42 +00:00
Compare commits
No commits in common. "447323f4d1f39c2c6051f687c1784481dc50872c" and "22aaa96c23931bb96737c2c09bbbc11d5fcf65cf" have entirely different histories.
447323f4d1
...
22aaa96c23
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
|
run: dotnet test --no-build --verbosity normal --configuration Release --framework net8.0
|
||||||
|
|
||||||
- name: Collect coverage
|
- name: Collect coverage
|
||||||
run: dotnet dotcover test --dcReportType=XML
|
run: dotnet dotcover test --dcReportType=HTML
|
||||||
|
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v4.0.1
|
uses: codecov/codecov-action@v4.0.1
|
||||||
env:
|
env:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: dotCover.Output.xml
|
|
||||||
slug: oliverbooth/X10D
|
slug: oliverbooth/X10D
|
||||||
|
Loading…
Reference in New Issue
Block a user