Skip to content

Commit a85ea19

Browse files
authored
Update development-action.yml
added codecov publish test result task
1 parent b0347bd commit a85ea19

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/development-action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ jobs:
2525
run: dotnet build
2626
- name: Test
2727
run: dotnet test --no-build --verbosity normal
28+
- name: Upload coverage reports to Codecov
29+
uses: codecov/codecov-action@v4.0.1
30+
with:
31+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)