Closed thomased closed 3 years ago
Merging #14 into master will increase coverage by
0.23%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #14 +/- ##
==========================================
+ Coverage 59.52% 59.76% +0.23%
==========================================
Files 4 4
Lines 168 169 +1
==========================================
+ Hits 100 101 +1
Misses 68 68
Impacted Files | Coverage Δ | |
---|---|---|
R/I2.R | 90.38% <100.00%> (+0.18%) |
:arrow_up: |
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 5784af1...100e55f. Read the comment docs.
@thomased Thanks matey! I was literally just looking into this.
Yo! This huge change just ditches the regex for excluding
.travis.yml
, because it was preventing the use ofinstall_github
, which complained & exited (for me anyway?). Shouldn't miss it since it you only ever need the one travis config file, but ignore if I'm missing something obvious.