Skip to content

Commit

Permalink
Update development-action.yml
Browse files Browse the repository at this point in the history
added codecov publish test result task
  • Loading branch information
frankodoom authored May 24, 2024
1 parent b0347bd commit a85ea19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/development-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
run: dotnet build
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a85ea19

Please sign in to comment.