Closed thomasrockhu closed 3 years ago
Merging #436 (1ac22d8) into master (638717f) will increase coverage by
0.08%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #436 +/- ##
==========================================
+ Coverage 45.78% 45.87% +0.08%
==========================================
Files 20 20
Lines 2859 2860 +1
==========================================
+ Hits 1309 1312 +3
+ Misses 1550 1548 -2
Flag | Coverage Δ | |
---|---|---|
test | 39.22% <100.00%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
codecov | 67.72% <100.00%> (+0.14%) |
:arrow_up: |
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 638717f...1ac22d8. Read the comment docs.
Purpose
Regex will match other things like
for {
anddo while {
. This is not intentional and should only be used forfunc {
Notable Changes
This may cause GoLang coverage to (correctly) increase.
Tests and Risks?
N/A
Update the SHA hash files
Done