Skip to content

Commit

Permalink
exclude codecov of interactive functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Apr 23, 2024
1 parent c88a056 commit c07656e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Test coverage
run: |
covr::codecov(
covr.exclude_start = rex::rex("#", any_spaces, "nocov", any_spaces, "start"),
covr.exclude_end = rex::rex("#", any_spaces, "nocov", any_spaces, "end"),
type = "all",
quiet = FALSE,
clean = FALSE,
Expand Down
4 changes: 2 additions & 2 deletions R/zoom.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ NULL




# nocov start

##############
## geo.zoomin
Expand Down Expand Up @@ -331,7 +331,7 @@ geo.slide <- function() {




# nocov end


############
Expand Down

0 comments on commit c07656e

Please sign in to comment.