mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
740 stars 55 forks source link

Use Jupyter Book to build the ITables documentation #57

Closed mwouts closed 2 years ago

mwouts commented 2 years ago

Fixes #56

codecov-commenter commented 2 years ago

Codecov Report

Merging #57 (0e76580) into main (6a19409) will decrease coverage by 2.43%. The diff coverage is 96.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
- Coverage   99.34%   96.90%   -2.44%     
==========================================
  Files          12       14       +2     
  Lines         304      323      +19     
==========================================
+ Hits          302      313      +11     
- Misses          2       10       +8     
Impacted Files Coverage Δ
tests/test_update_samples.py 82.35% <82.35%> (ø)
itables/javascript.py 97.34% <100.00%> (-1.86%) :arrow_down:
itables/sample_dfs.py 100.00% <100.00%> (ø)
itables/utils.py 100.00% <100.00%> (ø)
tests/test_sample_dfs.py 100.00% <100.00%> (ø)
itables/interactive.py 0.00% <0.00%> (-100.00%) :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 6a19409...0e76580. Read the comment docs.