Skip to content

Commit

Permalink
Add repo-token to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Dec 16, 2024
1 parent fe59952 commit 6394495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: nix develop --accept-flake-config -c dune build @runtest --instrument-with bisect_ppx --force

- name: Upload coverage
run: nix develop --accept-flake-config -c bisect-ppx-report send-to Codecov
run: nix develop --accept-flake-config -c bisect-ppx-report send-to Codecov --repo-token="${{ secrets.CODECOV_TOKEN }}"

- name: Build docs
run: nix develop --accept-flake-config -c dune build @doc

0 comments on commit 6394495

Please sign in to comment.