Closed cinchurge closed 2 years ago
Merging #880 (76b864e) into dev (13b3dec) will decrease coverage by
0.36%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## dev #880 +/- ##
==========================================
- Coverage 88.93% 88.57% -0.37%
==========================================
Files 43 43
Lines 4439 4439
==========================================
- Hits 3948 3932 -16
- Misses 370 384 +14
- Partials 121 123 +2
Impacted Files | Coverage Δ | |
---|---|---|
outbound.go | 85.96% <0.00%> (-2.93%) |
:arrow_down: |
mex.go | 72.51% <0.00%> (-2.85%) |
:arrow_down: |
connection.go | 84.98% <0.00%> (-0.93%) |
:arrow_down: |
peer.go | 93.52% <0.00%> (-0.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 13b3dec...76b864e. Read the comment docs.
github actions isn't being triggered for some PRs where the base commit contains slashes. Change wildcard matching to
**
to fix this.