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

Moved docs from `doc.go` to `testza.go` #106

Closed MarvinJWendt closed 2 years ago

MarvinJWendt commented 2 years ago

Moved docs from doc.go to testza.go

codecov[bot] commented 2 years ago

Codecov Report

Merging #106 (1b5e8ce) into main (8b71ff8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #106   +/-   ##
=======================================
  Coverage   88.29%   88.29%           
=======================================
  Files          10       10           
  Lines         658      658           
=======================================
  Hits          581      581           
  Misses         40       40           
  Partials       37       37           
Impacted Files Coverage Δ
testza.go 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 8b71ff8...1b5e8ce. Read the comment docs.