Skip to content

Commit

Permalink
check warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesur committed Apr 27, 2020
1 parent 8343e11 commit 81388f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
shell: Rscript {0}
- name: Test coverage
run: covr::codecov()
Expand Down

0 comments on commit 81388f0

Please sign in to comment.