greghaskins / spectrum

A BDD-style test runner for Java 8. Inspired by Jasmine, RSpec, and Cucumber.
MIT License
145 stars 23 forks source link

Streamline docs for 1.1.0 release #106

Closed greghaskins closed 7 years ago

greghaskins commented 7 years ago

The main goal of this PR is further organizing the docs in preparation for the next release.

codecov[bot] commented 7 years ago

Codecov Report

Merging #106 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff            @@
##             master    #106   +/-   ##
========================================
  Coverage      99.4%   99.4%           
  Complexity      312     312           
========================================
  Files            39      39           
  Lines           669     669           
  Branches         16      16           
========================================
  Hits            665     665           
  Partials          4       4
Impacted Files Coverage Δ Complexity Δ
...kins/spectrum/dsl/specification/Specification.java 100% <ø> (ø) 19 <0> (-1) :arrow_down:
.../main/java/com/greghaskins/spectrum/Configure.java 100% <100%> (ø) 11 <1> (+1) :arrow_up:

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 bdfa21c...105ca33. Read the comment docs.