nao1215 / spectest

A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
MIT License
37 stars 1 forks source link

Fix: image.EqualFromFile() close response body. #120

Closed nao1215 closed 1 year ago

github-actions[bot] commented 1 year ago

Code Metrics Report

main (e928186) #120 (2e4b8a0) +/-
Coverage 81.5% 81.5% +0.0%
Test Execution Time 5s 9s +4s
Details ``` diff | | main (e928186) | #120 (2e4b8a0) | +/- | |---------------------|----------------|----------------|-------| + | Coverage | 81.5% | 81.5% | +0.0% | | Files | 27 | 27 | 0 | | Lines | 1743 | 1744 | +1 | + | Covered | 1420 | 1421 | +1 | - | Test Execution Time | 5s | 9s | +4s | ```

Code coverage of files in pull request scope (75.0% → 76.2%)

Files Coverage +/-
image/image.go 76.2% +1.2%

Reported by octocov