Skip to content

Commit

Permalink
Fix Codecov CI: add secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Jul 22, 2024
1 parent 7186af2 commit 89c6c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
run: opam exec -- dune runtest --instrument-with bisect_ppx

- name: Send coverage report to Codecov
run: opam exec -- bisect-ppx-report send-to Codecov
run: opam exec -- bisect-ppx-report send-to Codecov --repo-token=${{ secrets.CODECOV_TOKEN }}
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}

0 comments on commit 89c6c2e

Please sign in to comment.