Skip to content

Commit

Permalink
ci: fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Sep 27, 2024
1 parent 3530932 commit fa030f1
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 @@ -249,7 +249,7 @@ jobs:
- name: Test coverage
if: github.ref == 'refs/heads/main' && env.run_covr == 'true' && runner.os == 'Linux'
run: |
covr::codecov(token = "${{ sectrets.CODECOV_TOKEN }}")
covr::codecov(token = "${{ secrets.CODECOV_TOKEN }}")
shell: Rscript {0}

- name: Install package
Expand Down

0 comments on commit fa030f1

Please sign in to comment.