Skip to content

Commit

Permalink
revert to old coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 18, 2018
1 parent d7897f6 commit 578a7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- Rscript -e 'update.packages(ask = FALSE)'

after_success:
- Rscript -e 'library(covr);coveralls(line_exclusions = list("R/global_memory.r", "R/zzz.r" = 1:118, "R/imsn.R"), function_exclusions = "getfile")'
- Rscript -e 'library(covr);coveralls(line_exclusions = list("R/global_memory.r", "R/zzz.r" = 1:118, "R/imsn.R", "R/file_handling.r" = 1:119))'

notifications:
email:
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This version corrects a major documentation error and moves polysat to imports

* local macOS install, R 3.5.0
* ubuntu 12.04 (on travis-ci), devel (2018-03-15 r74411) and R 3.5.0
* winbuilder devel (2018-03-12 r74405)
* windows R Under development (unstable) (2018-05-15 r74727)

## R CMD check results

Ubuntu Linux: OK
macOS: OK
Windows: NOTE -- Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'
Windows: OK

I believe this is a false positive as it did not show up on the other systems.

Expand Down

0 comments on commit 578a7c4

Please sign in to comment.