Skip to content

Commit

Permalink
Add codecov token to CI workflow (#4034)
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored May 23, 2024
1 parent 618b97a commit c0e784c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Submit test coverage to codecov.io
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

linting:
Expand Down

0 comments on commit c0e784c

Please sign in to comment.