Skip to content

Commit

Permalink
Fix ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberacda committed Dec 10, 2023
1 parent 21ae720 commit 03f8c70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
args: report --codecov --output-path ./coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: ./coverage.xml,
Expand Down

0 comments on commit 03f8c70

Please sign in to comment.