Skip to content

Commit

Permalink
Add codecov upload task to check-bioc action
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Feb 22, 2024
1 parent 4282874 commit 81bc899
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-bioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,13 @@ 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/codecov-action@v4.0.1
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 81bc899

Please sign in to comment.