Closed vearutop closed 1 year ago
Language | Files | Lines | Code | Comments | Blanks | Complexity | Bytes |
---|---|---|---|---|---|---|---|
Go | 6 | 1873 (+13) | 1271 (+9) | 216 (+1) | 386 (+3) | 497 (+4) | 45.3K (+343B) |
Go (test) | 11 | 2456 (+29) | 1765 (+22) | 265 | 426 (+7) | 45 | 61.5K (+675B) |
YAML | 6 | 485 (+3) | 408 (+3) | 36 | 41 | 0 | 15.9K (+53B) |
# summary Inferred base version: v0.3.42 Suggested version: v0.3.43
total: (statements) 78.2% changed lines: (statements) 77.8%, coverage is less than 90.0%, consider testing the changes more thoroughly
Merging #63 (f780d79) into master (7e5b606) will decrease coverage by
0.22%
. The diff coverage is55.55%
.
@@ Coverage Diff @@
## master #63 +/- ##
==========================================
- Coverage 72.43% 72.21% -0.23%
==========================================
Files 6 6
Lines 1034 1040 +6
==========================================
+ Hits 749 751 +2
- Misses 217 219 +2
- Partials 68 70 +2
Flag | Coverage Δ | |
---|---|---|
unittests | 72.21% <55.55%> (-0.23%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
helper.go | 83.96% <42.85%> (-3.04%) |
:arrow_down: |
reflect.go | 80.91% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Fixes https://github.com/swaggest/rest/issues/99.
Due to pointer sharing in mapped schema, one field could add nullability and poison schema of another field originating from same mapped schema.