daniel1noble / metaAidR

Functions for aiding meta-analyses in Ecology, Evolution and beyond
7 stars 6 forks source link

Remove busted regex in buildignore #14

Closed thomased closed 3 years ago

thomased commented 4 years ago

Yo! This huge change just ditches the regex for excluding .travis.yml, because it was preventing the use of install_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.

codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.23%. The diff coverage is 100.00%.

Impacted file tree graph

@@            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.

daniel1noble commented 3 years ago

@thomased Thanks matey! I was literally just looking into this.