Skip to content

Commit

Permalink
Update test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Jul 14, 2023
1 parent 5387d43 commit c4c705e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
with:
name: unit-tests-jacoco
path: exportJacoco/jacoco-fast.exec
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c4c705e

Please sign in to comment.