Skip to content

Commit

Permalink
Merge pull request #24 from jrdnbradford/issue-21
Browse files Browse the repository at this point in the history
Use `line_exclusions`
  • Loading branch information
jrdnbradford authored Sep 11, 2024
2 parents eb61985 + b230a7b commit 3ba471f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -31,7 +31,7 @@ jobs:
- name: Test coverage
run: |
cov <- covr::package_coverage(
exclusions = "R/readMDTable-package.R",
line_exclusions = list("R/readMDTable-package.R"),
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3

0 comments on commit 3ba471f

Please sign in to comment.