Skip to content

Commit

Permalink
ci(covr): exclude khashl.h and src/get_threads from coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeapen committed Oct 16, 2024
1 parent d27b060 commit b3b2781
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 @@ -38,6 +38,7 @@ jobs:
- name: Test coverage
run: |
cov <- covr::package_coverage(
line_exclusions = list("inst/include/khashl.h", "src/get_threads"),
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
Expand Down

0 comments on commit b3b2781

Please sign in to comment.