Skip to content

Commit

Permalink
dev: running code coverage with all tests (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 3, 2024
1 parent 772667d commit cf09d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/onlabel_CRAN_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:

- name: Test coverage
run: |
Sys.setenv(NOT_CRAN = "true")
covr::codecov(
quiet = FALSE,
clean = FALSE,
Expand Down

0 comments on commit cf09d5e

Please sign in to comment.