Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
codecov ignore vignette
Browse files Browse the repository at this point in the history
Code coverage generates an error when knitting the vignette: polygon edge not found.
Only on MacOS, see tidyverse/ggplot2#2252
  • Loading branch information
EricMarcon committed Jan 28, 2022
1 parent 21c75bc commit 6ca9c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error", check_dir = "check")
shell: Rscript {0}
- name: Test coverage
run: covr::codecov(type="all")
run: covr::codecov(type="tests")
shell: Rscript {0}
- name: Install package
run: R CMD INSTALL .
Expand Down

0 comments on commit 6ca9c28

Please sign in to comment.