Skip to content

Commit

Permalink
Merge pull request #76 from go-faster/ci/fix-codecov
Browse files Browse the repository at this point in the history
ci(cover): update Codecov action options
  • Loading branch information
tdakkota authored Dec 10, 2024
2 parents c058cb2 + 675f1b6 commit ac58a72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ jobs:
- name: Send coverage
uses: codecov/codecov-action@v5
with:
file: profile.out
files: profile.out
fail_ci_if_error: true

0 comments on commit ac58a72

Please sign in to comment.