xpdAcq / rapidz

Fork of Streamz
https://xpdacq.github.io/rapidz
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

enable dataframe tests on travis #23

Closed CJ-Wright closed 5 years ago

CJ-Wright commented 5 years ago

@martindurant this will start testing on the dataframes

codecov-io commented 5 years ago

Codecov Report

Merging #23 into master will increase coverage by 31.43%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #23       +/-   ##
===========================================
+ Coverage   56.28%   87.72%   +31.43%     
===========================================
  Files          16       16               
  Lines        1759     1759               
===========================================
+ Hits          990     1543      +553     
+ Misses        769      216      -553
Impacted Files Coverage Δ
rapidz/utils.py 95.45% <0%> (+36.36%) :arrow_up:
rapidz/collection.py 93.03% <0%> (+37.34%) :arrow_up:
rapidz/dataframe/core.py 92.17% <0%> (+56.31%) :arrow_up:
rapidz/dataframe/aggregations.py 99.1% <0%> (+78.74%) :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 75b0b31...6b4478c. Read the comment docs.

martindurant commented 5 years ago

+ Coverage 56.28% 87.72% +31.43% :)

CJ-Wright commented 5 years ago

Although at some point we'll have to move to pytest 4.