nteract / scrapbook

A library for recording and reading data in notebooks.
https://nteract-scrapbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
281 stars 26 forks source link

Added a warning for gluing an object outside of a context #45

Closed MSeal closed 5 years ago

MSeal commented 5 years ago

Implements https://github.com/nteract/scrapbook/issues/42

codecov[bot] commented 5 years ago

Codecov Report

Merging #45 into master will decrease coverage by 1.89%. The diff coverage is 62.5%.

@@           Coverage Diff            @@
##           master     #45     +/-   ##
========================================
- Coverage      96%   94.1%   -1.9%     
========================================
  Files           9      10      +1     
  Lines         400     424     +24     
========================================
+ Hits          384     399     +15     
- Misses         16      25      +9
codecov[bot] commented 5 years ago

Codecov Report

Merging #45 into master will decrease coverage by 0.03%. The diff coverage is 95.23%.

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage      96%   95.96%   -0.04%     
==========================================
  Files           9       10       +1     
  Lines         400      421      +21     
==========================================
+ Hits          384      404      +20     
- Misses         16       17       +1
MSeal commented 5 years ago

Test pass, but can't tell codecov to ignore the dropped by 0.04% coverage