xpdAcq / rapidz

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

MNT: update syntax #40

Closed st3107 closed 4 years ago

st3107 commented 4 years ago

(1) update the syntax of graph.node to graph.nodes.

(2) add development requirements in a txt file and use it in CI

codecov-commenter commented 4 years ago

Codecov Report

Merging #40 into master will increase coverage by 1.61%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   89.21%   90.83%   +1.61%     
==========================================
  Files          16       18       +2     
  Lines        1753     2465     +712     
==========================================
+ Hits         1564     2239     +675     
- Misses        189      226      +37     
Impacted Files Coverage Δ
rapidz/dataframe/core.py 92.17% <100.00%> (ø)
rapidz/graph.py 90.19% <100.00%> (ø)
rapidz/__init__.py 77.77% <0.00%> (ø)
rapidz/core.py 94.87% <0.00%> (ø)
rapidz/utils.py 100.00% <0.00%> (+4.54%) :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 44ebcec...befdea4. Read the comment docs.

st3107 commented 4 years ago

Hi @sbillinge @CJ-Wright . Could you grant me the maintainer right of this repo? I would like to have this branch merged. The CI passed but it is not show here (I guess we need to change some settings to let it show here. I look up the results directly on travis.com).