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

Fixed customizing settings via init function #172

Closed MarvinJWendt closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #172 (11fac83) into main (16f9b86) will increase coverage by 0.29%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #172      +/-   ##
==========================================
+ Coverage   86.85%   87.15%   +0.29%     
==========================================
  Files          11       10       -1     
  Lines         700      716      +16     
==========================================
+ Hits          608      624      +16     
  Misses         56       56              
  Partials       36       36              
Impacted Files Coverage Δ
assert.go 96.33% <ø> (ø)
capture.go 49.33% <ø> (ø)
fuzz-strings.go 100.00% <ø> (ø)
fuzz-utils.go 85.29% <ø> (ø)
snapshot.go 83.78% <ø> (ø)
configuration.go 70.58% <100.00%> (+17.09%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.