Closed gaborcsardi closed 3 years ago
Merging #163 (4a340a6) into master (279fa1b) will decrease coverage by
0.47%
. The diff coverage is58.82%
.:exclamation: Current head 4a340a6 differs from pull request most recent head c42f338. Consider uploading reports for the commit c42f338 to get more accurate results
@@ Coverage Diff @@
## master #163 +/- ##
==========================================
- Coverage 81.57% 81.09% -0.48%
==========================================
Files 19 19
Lines 993 1005 +12
==========================================
+ Hits 810 815 +5
- Misses 183 190 +7
Impacted Files | Coverage Δ | |
---|---|---|
R/package.R | 88.29% <56.25%> (-6.83%) |
:arrow_down: |
R/background.R | 95.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 279fa1b...c42f338. Read the comment docs.
Now we throw an error if R CMD check exits with an exit status greater than 1. (It exists with 1 if the package fails to install, which we don't want to error on.)
Closes #110.