Skip to content

Commit

Permalink
Try covr settings as in sgejobs; remove the added (I think unnecessar…
Browse files Browse the repository at this point in the history
…y) workflow file; also run 'testthat'
  • Loading branch information
Nick-Eagles committed Oct 6, 2023
1 parent 44c9b1a commit 904e562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ name: R-CMD-check-bioc
## Note that you can always run a GHA test without the cache by using the word
## "/nocache" in the commit message.
env:
has_testthat: 'false'
has_testthat: 'true'
run_covr: 'true'
run_pkgdown: 'true'
has_RUnit: 'false'
Expand Down Expand Up @@ -253,7 +253,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()
shell: Rscript {0}

- name: Install package
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/test-coverage.yaml

This file was deleted.

0 comments on commit 904e562

Please sign in to comment.