Skip to content

Commit

Permalink
+ codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-nikolaienko committed Dec 17, 2024
1 parent 7c120e1 commit 8b38e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
- name: Test coverage
if: github.ref == 'refs/heads/devel' && env.run_covr == 'true' && runner.os == 'Linux'
run: |
covr::codecov(coverage = covr::package_coverage(type = "all"))
covr::codecov(coverage = covr::package_coverage(type = "all"), token="cf2f8381-b9fa-4b72-9fc2-cf4fbd1d2f0b")
shell: Rscript {0}

- name: Install package
Expand Down

0 comments on commit 8b38e19

Please sign in to comment.