Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

Release 0.9.0 #39

Closed Aboisier closed 4 years ago

Aboisier commented 4 years ago

This release fixes the exit code situation #38 . A failed test run will not yield a non-zero exit code.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@d1cfa57). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #39   +/-   ##
=========================================
  Coverage          ?   73.09%           
=========================================
  Files             ?       28           
  Lines             ?      446           
  Branches          ?       39           
=========================================
  Hits              ?      326           
  Misses            ?      116           
  Partials          ?        4
Impacted Files Coverage Δ
src/lib/cli/run.command.ts 34.61% <ø> (ø)
src/lib/cli/testyCli.ts 75% <100%> (ø)
src/lib/tests/visitors/testVisitor.factory.ts 85.71% <100%> (ø)
src/lib/tests/visitors/testRunnerVisitor.ts 95.83% <100%> (ø)

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 d1cfa57...c2543a2. Read the comment docs.