Skip to content

Commit

Permalink
fix for token
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan26 committed Oct 1, 2024
1 parent 91b998c commit 2b2ce97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust Coverage
name: Code Coverage

on:
push:
Expand All @@ -23,5 +23,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true

0 comments on commit 2b2ce97

Please sign in to comment.