Skip to content

Commit ff79f05

Browse files
committed
ignore shiny app
1 parent cbe1725 commit ff79f05

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.github/workflows/R-CMD-check.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ jobs:
2424
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
2525
shell: Rscript {0}
2626
- name: Test coverage
27-
run: covr::codecov()
27+
run: |
28+
covr::codecov(
29+
exclusions = list(
30+
"R/v2_explorer\\.R",
31+
"R/cv_block_size\\.R"
32+
)
33+
)
2834
shell: Rscript {0}
2935
env:
3036
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)