Skip to content

Commit d8d1bb5

Browse files
Update dotnet.yml
1 parent 83b71e0 commit d8d1bb5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727

2828
- name: Test with coverage
2929
run: dotnet test ./src/ByteFlow/ByteFlow.sln --no-build --configuration Release --collect:"XPlat Code Coverage"
30+
31+
- name: Upload coverage to Codecov
32+
uses: codecov/codecov-action@v4
33+
with:
34+
files: ./tests/ByteFlow.Tests/TestResults/**/*.xml
35+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)