Closed chrispyles closed 3 years ago
Merging #118 (7e6d7e1) into main (97213ec) will increase coverage by
0.06%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #118 +/- ##
==========================================
+ Coverage 95.12% 95.19% +0.06%
==========================================
Files 26 27 +1
Lines 1540 1561 +21
==========================================
+ Hits 1465 1486 +21
Misses 75 75
Impacted Files | Coverage Δ | |
---|---|---|
pybryt/__init__.py | 100.00% <100.00%> (ø) |
|
pybryt/annotations/value.py | 96.66% <100.00%> (+0.09%) |
:arrow_up: |
pybryt/debug.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 97213ec...7e6d7e1. Read the comment docs.
Very nice. Thanks @chrispyles!
Discussed with @ranigb and @marijanbeg both agree this is great addition.
Initial implementation of debug mode. More conversations will need to be had about what events elicit exceptions in debug mode, but two have been included here as a demonstration.
Thoughts @leestott @ranigb @marijanbeg @rolotumazi?
Closes #116