Closed adlerjohn closed 3 years ago
Merging #50 (e415b7d) into master (2c90766) will decrease coverage by
0.36%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #50 +/- ##
==========================================
- Coverage 86.05% 85.68% -0.37%
==========================================
Files 6 6
Lines 466 468 +2
==========================================
Hits 401 401
- Misses 37 39 +2
Partials 28 28
Impacted Files | Coverage Δ | |
---|---|---|
deepsubtree.go | 61.11% <0.00%> (-2.36%) |
: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 2c90766...e415b7d. Read the comment docs.
Fixes #48.
Do error handling separately and before the function's logic. This avoids
(true, non-nil)
return value.