Skip to content

Commit

Permalink
Merge pull request #18 from jrdnbradford/codecov-excludes
Browse files Browse the repository at this point in the history
Add test cov exclusions for package file
  • Loading branch information
jrdnbradford authored Sep 9, 2024
2 parents 9be23f3 + 44fca12 commit ac974d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Test coverage
run: |
cov <- covr::package_coverage(
exclusions = "R/readMDTable-package.R",
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
Expand Down

0 comments on commit ac974d0

Please sign in to comment.