swaggest / openapi-go

OpenAPI structures for Go
https://pkg.go.dev/github.com/swaggest/openapi-go/openapi3
MIT License
248 stars 23 forks source link

Update dependencies #22

Closed vearutop closed 3 years ago

github-actions[bot] commented 3 years ago

Lines Of Code

Language Files Lines Code Comments Blanks Complexity Bytes
Go (test) 5 1892 (-30) 1426 (-21) 104 (-3) 362 (-6) 6 54.3K (-1K)
JSON 6 2205 (-21) 2205 (-21) 0 0 0 49.7K (-1.2K)
Makefile 1 45 (+3) 32 5 (+2) 8 (+1) 5 1.7K (+120B)
YAML 5 (+1) 259 (+73) 222 (+53) 23 (+13) 14 (+7) 0 7.6K (+2.4K)
gitignore 1 6 (+3) 6 (+3) 0 0 0 69B (+28B)
codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (fcaa0b8) into master (8d4503c) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
- Coverage   37.65%   37.59%   -0.06%     
==========================================
  Files           5        5              
  Lines        3503     3503              
==========================================
- Hits         1319     1317       -2     
- Misses       1896     1897       +1     
- Partials      288      289       +1     
Flag Coverage Δ
unittests 37.59% <ø> (-0.06%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
openapi3/entities.go 31.56% <ø> (ø)
openapi3/jsonschema.go 61.66% <0.00%> (-1.12%) :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 8d4503c...fcaa0b8. Read the comment docs.

github-actions[bot] commented 3 years ago

Unit Test Coverage

total: (statements) 45.7%

Coverage diff with base branch ```diff 553c553 < github.com/swaggest/openapi-go/openapi3/jsonschema.go toJSONSchema 80.3% --- > github.com/swaggest/openapi-go/openapi3/jsonschema.go toJSONSchema 78.9% ```