Skip to content

Commit

Permalink
ci: fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 15, 2024
1 parent 0c07a4c commit cb754bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Submit to codecov.io
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # Optional for public repos
# token: ${{ secrets.CODECOV_TOKEN }} # Optional for public repos
files: lcov.info
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit cb754bf

Please sign in to comment.