Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add codecov action
Browse files Browse the repository at this point in the history
Bronek committed Jan 3, 2024
1 parent 6fa4ebe commit 4f4dccc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -120,3 +120,11 @@ jobs:
name: coverage_report.xml
path: coverage_report.xml
if-no-files-found: error
- name: upload coverage report
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage_report.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 4f4dccc

Please sign in to comment.