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

Reduced complexity. #193

Closed nao1215 closed 1 year ago

github-actions[bot] commented 1 year ago

Code Metrics Report

main (f4b6201) #193 (4b0a061) +/-
Coverage 80.7% 80.7% +0.0%
Test Execution Time 8s 11s +3s
Details ``` diff | | main (f4b6201) | #193 (4b0a061) | +/- | |---------------------|----------------|----------------|-------| + | Coverage | 80.7% | 80.7% | +0.0% | | Files | 33 | 33 | 0 | | Lines | 1877 | 1886 | +9 | + | Covered | 1514 | 1522 | +8 | - | Test Execution Time | 8s | 11s | +3s | ```

Code coverage of files in pull request scope (96.8% → 96.6%)

Files Coverage +/-
response.go 96.3% +0.1%
spectest.go 96.7% -0.3%

Reported by octocov