Skip to content

Commit

Permalink
fix(codecov): set up codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
alitto committed Jun 17, 2024
1 parent 3f439a7 commit 6b11874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: make coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: coverage.out
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6b11874

Please sign in to comment.