Skip to content

Commit

Permalink
Merge pull request #31 from rformassspectrometry/jomain
Browse files Browse the repository at this point in the history
tests: add CODECOV token
  • Loading branch information
jorainer authored Nov 20, 2024
2 parents fd2ce6e + 758033d commit ff8146a
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 @@ -259,7 +259,7 @@ jobs:
- name: Test coverage
if: github.ref == 'refs/heads/main' && env.run_covr == 'true' && runner.os == 'Linux'
run: |
covr::codecov()
covr::codecov(token = "${{ secrets.CODECOV_TOKEN }}")
shell: Rscript {0}

- name: Install package
Expand Down

0 comments on commit ff8146a

Please sign in to comment.