adolgert / UnitTestDesign.jl

Increases unit test coverage with fewer test cases using all-pairs and other covering arrays.
http://computingkitchen.com/UnitTestDesign.jl/stable/
MIT License
15 stars 2 forks source link

Docs/rearrange #16

Closed adolgert closed 3 years ago

adolgert commented 3 years ago

These docs more clearly show where to start and what to do. They move the intro to "guide." They remove the engines from the guide, because you don't need to know that. They make the reference have only public functions and improve docs on those public functions.

codecov-io commented 3 years ago

Codecov Report

Merging #16 (102b0e3) into main (1c10b6f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   87.16%   87.16%           
=======================================
  Files           9        9           
  Lines         756      756           
=======================================
  Hits          659      659           
  Misses         97       97           
Impacted Files Coverage Δ
src/factorial_interface.jl 78.57% <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 1c10b6f...102b0e3. Read the comment docs.