Testy / TestyTs

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

Feature/22 tap reporter #30

Closed Aboisier closed 5 years ago

Aboisier commented 5 years ago

Purpose

This PR implements a TAP reporter. See #22.

Approach

I simply implemented a new test visitor. Still need to implement a few tests to make sure it respects the TAP spec.

codecov-io commented 5 years ago

Codecov Report

Merging #30 into master will decrease coverage by 3.36%. The diff coverage is 59.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage    71.9%   68.54%   -3.37%     
==========================================
  Files          23       25       +2     
  Lines         299      337      +38     
  Branches       13       16       +3     
==========================================
+ Hits          215      231      +16     
- Misses         77       98      +21     
- Partials        7        8       +1
Impacted Files Coverage Δ
src/lib/cli/run.command.ts 80.95% <100%> (-0.87%) :arrow_down:
src/testy.ts 100% <100%> (ø) :arrow_up:
...ts/visitors/decorators/tapTestReporterDecorator.ts 19.04% <19.04%> (ø)
src/lib/cli/testyCli.ts 90% <83.33%> (-4.45%) :arrow_down:
src/lib/tests/visitors/testVisitor.factory.ts 85.71% <85.71%> (ø)
src/lib/cli/init.command.ts 27.27% <0%> (-18.19%) :arrow_down:

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 2f9ecc3...eb135c8. Read the comment docs.