Closed agxs closed 3 years ago
Merging #48 (88218a7) into master (732605e) will decrease coverage by
0.07%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #48 +/- ##
==========================================
- Coverage 76.76% 76.69% -0.08%
==========================================
Files 43 43
Lines 2096 2098 +2
==========================================
Hits 1609 1609
- Misses 487 489 +2
Impacted Files | Coverage Δ | |
---|---|---|
nbexchange/plugin/collect.py | 85.89% <0.00%> (-2.27%) |
: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 732605e...88218a7. Read the comment docs.
Not all python exceptions have a message attribute, some don't. We were getting errors in the logs that message wasn't part of some exceptions.