JuliaHealth / ARules.jl

Julia package for association rule learning
https://bcbi.brown.edu
Other
13 stars 5 forks source link

Update .travis.yml #5

Closed mcmcgrath13 closed 5 years ago

mcmcgrath13 commented 5 years ago

Fixing travis

codecov[bot] commented 5 years ago

Codecov Report

Merging #5 into master will decrease coverage by 34.78%. The diff coverage is 11.11%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #5       +/-   ##
===========================================
- Coverage   92.93%   58.15%   -34.79%     
===========================================
  Files           3        3               
  Lines         184      184               
===========================================
- Hits          171      107       -64     
- Misses         13       77       +64
Impacted Files Coverage Δ
src/utils.jl 35.71% <0%> (-21.43%) :arrow_down:
src/rule_generation.jl 60.27% <0%> (-36.99%) :arrow_down:
src/frequent_itemset_tree.jl 59.79% <16.66%> (-35.06%) :arrow_down:

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 c17941c...470fd98. Read the comment docs.

mcmcgrath13 commented 5 years ago

@paulstey @mirestrepo could one of you review? The code coverage issue seems to be the same one as PubMedMiner, where it's not catching some of the lines even though they truly are hit.

paulstey commented 5 years ago

Thanks, @mcmcgrath13 !!!