G-Node / nixpy

Python library for NIX
https://readthedocs.org/projects/nixpy
Other
19 stars 26 forks source link

[block] add label and unit as optional args for array creation #505

Closed jgrewe closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #505 (3e225a4) into master (91df1f8) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #505      +/-   ##
==========================================
+ Coverage   78.74%   78.76%   +0.01%     
==========================================
  Files          59       59              
  Lines        9343     9351       +8     
==========================================
+ Hits         7357     7365       +8     
  Misses       1986     1986              
Impacted Files Coverage Δ
nixio/block.py 73.28% <100.00%> (+0.17%) :arrow_up:
nixio/test/test_block.py 100.00% <100.00%> (ø)

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 91df1f8...3e225a4. Read the comment docs.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.02%) to 79.026% when pulling 3e225a407d5f471abf0ff27f1c6c20bb3cfefbe6 on jgrewe:array_create into 91df1f8047375a68fb4c6af08f08c611a9f68f29 on G-Node:master.

jgrewe commented 3 years ago

@achilleas-k when writing the example files for the python docs, the two lines to add unit and label were among the most annoying... Closing and reopening to trigger appveyor