MarvinJWendt / testza

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
MIT License
418 stars 21 forks source link

Refactored to support generics! #149

Closed MarvinJWendt closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #149 (d848596) into main (0186844) will increase coverage by 1.36%. The diff coverage is 95.96%.

@@            Coverage Diff             @@
##             main     #149      +/-   ##
==========================================
+ Coverage   85.06%   86.43%   +1.36%     
==========================================
  Files          10       11       +1     
  Lines         723      678      -45     
==========================================
- Hits          615      586      -29     
+ Misses         70       56      -14     
+ Partials       38       36       -2     
Impacted Files Coverage Δ
fuzz-utils.go 77.27% <77.27%> (ø)
assert.go 96.21% <100.00%> (+2.26%) :arrow_up:
capture.go 49.33% <100.00%> (ø)
fuzz-bools.go 100.00% <100.00%> (+16.66%) :arrow_up:
fuzz-floats64.go 86.95% <100.00%> (+2.34%) :arrow_up:
fuzz-ints.go 100.00% <100.00%> (+7.50%) :arrow_up:
fuzz-strings.go 100.00% <100.00%> (+4.90%) :arrow_up:
snapshot.go 83.78% <100.00%> (ø)
utils.go 77.77% <100.00%> (ø)

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 0186844...d848596. Read the comment docs.