go-kivik / kivik

Common interface to CouchDB or CouchDB-like databases for Go and GopherJS
Other
316 stars 44 forks source link

Move DB cleanup to t.Cleanup #1040

Closed flimzy closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 11.11111% with 24 lines in your changes missing coverage. Please review.

Project coverage is 62.96%. Comparing base (8f5c345) to head (5f01484).

Files Patch % Lines
kiviktest/kt/config.go 0.00% 7 Missing :warning:
kiviktest/client/replicate.go 0.00% 3 Missing :warning:
kiviktest/kt/connect.go 0.00% 3 Missing :warning:
kiviktest/kt/kt.go 0.00% 3 Missing :warning:
kiviktest/test.go 0.00% 3 Missing :warning:
cmd/kivik/log/log.go 0.00% 2 Missing :warning:
kiviktest/client/createdb.go 0.00% 1 Missing :warning:
kiviktest/client/updates.go 0.00% 1 Missing :warning:
x/memorydb/test/test.go 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1040 +/- ## ========================================== + Coverage 62.88% 62.96% +0.08% ========================================== Files 286 286 Lines 18985 18965 -20 ========================================== + Hits 11939 11942 +3 + Misses 6511 6489 -22 + Partials 535 534 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.