Skip to content

Commit 7960f77

Browse files
authored
Update dotnetcore.yml
1 parent 522b2d3 commit 7960f77

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ jobs:
3535
with:
3636
name: code-coverage
3737
path: TestResults
38+
39+
- name: Upload coverage to Codecov
40+
uses: codecov/codecov-action@v4
41+
with:
42+
files: TestResults/**/*.opencover.xml
43+
flags: unittests
44+
fail_ci_if_error: true
45+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)