Skip to content

Commit

Permalink
Update exclusions.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Apr 26, 2020
1 parent 33fd7ec commit b67861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
include:
- r: release
after_success:
- Rscript -e 'covr::codecov(function_exclusions = "\\.onLoad$", line_exclusions = list("R/eia.R" = c(60, 68, 79), "R/key.R" = c(49, 56, 59:61, 63), "R/reports.R" = 42:44))'
- Rscript -e 'covr::codecov(function_exclusions = "\\.onLoad$", line_exclusions = list("R/eia.R" = c(61, 69, 80), "R/key.R" = c(49, 56, 59:61, 63), "R/reports.R" = 48:50))'
- r: devel
r_build_args: --no-build-vignettes
r_check_args: --ignore-vignettes --no-examples
Expand Down

0 comments on commit b67861a

Please sign in to comment.