Skip to content

Commit

Permalink
Update check-bioc action
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Feb 22, 2024
1 parent c774359 commit 03f8f3a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check-bioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
TZ: UTC
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: $${{ secrets.CODECOV_TOKEN }}

steps:

Expand Down Expand Up @@ -245,13 +246,6 @@ jobs:
covr::codecov()
shell: Rscript {0}

- name: Upload coverage reports to Codecov
if: github.ref == 'refs/heads/master' && env.run_covr == 'true' && runner.os == 'Linux'
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: adeschen/consensusSeekeR

- name: Install package
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux'
run: R CMD INSTALL .
Expand Down

0 comments on commit 03f8f3a

Please sign in to comment.