Skip to content

Commit

Permalink
codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbrown committed Sep 18, 2024
1 parent 5baf7f3 commit a7eb1b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Coverage
run: cargo make codecov-coverage
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: target/codecov.json

0 comments on commit a7eb1b7

Please sign in to comment.