Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Jun 26, 2023
1 parent e3d8b12 commit 445821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:
extra-packages: covr

- name: Test coverage
run: covr::codecov(type = c("tests", "vignettes"), function_exclusions = "print\\.")
run: covr::codecov(type = c("tests", "vignettes"), function_exclusions = c("print\\.", "setup_env", "init_env", "check_env"))
shell: Rscript {0}

0 comments on commit 445821f

Please sign in to comment.