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 69deecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
- name: Send coverage report to Codecov
run: opam exec -- bisect-ppx-report send-to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
PULL_REQUEST_NUMBER: ${{ github.event.number }}

0 comments on commit 69deecf

Please sign in to comment.