Skip to content

Commit

Permalink
Codecov integrated to GithubActions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janlisec committed Jul 20, 2023
1 parent cc2dc30 commit 10370f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ jobs:
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 10370f3

Please sign in to comment.