Testy / TestyTs

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

Release 0.8.1 #33

Closed Aboisier closed 5 years ago

Aboisier commented 5 years ago

Adds the ability to specify a tsconfig.json.

$ testyts -t path/to/my/tsconfig.json

or

$ testyts --tsconfig path/to/my/tsconfig.json
codecov[bot] commented 5 years ago

Codecov Report

Merging #33 into master will decrease coverage by 0.76%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
- Coverage   74.44%   73.68%   -0.77%     
==========================================
  Files          29       28       -1     
  Lines         407      437      +30     
  Branches       20       38      +18     
==========================================
+ Hits          303      322      +19     
- Misses        102      111       +9     
- Partials        2        4       +2
Impacted Files Coverage Δ
src/lib/cli/testyCli.ts 78.94% <100%> (-6.06%) :arrow_down:
src/lib/cli/run.command.ts 38.09% <0%> (-4.77%) :arrow_down:
src/lib/utils/testsLoader.ts 17.14% <0%> (-2.22%) :arrow_down:
...visitors/decorators/loggerTestReporterDecorator.ts 21.21% <0%> (-2.13%) :arrow_down:
src/lib/tests/testSuite.ts 95.55% <0%> (-1.75%) :arrow_down:
src/lib/decorators/test.decorator.ts 85.71% <0%> (-1.47%) :arrow_down:
src/lib/decorators/testCase.decorator.ts 100% <0%> (ø) :arrow_up:
src/lib/decorators/utils.ts 100% <0%> (ø) :arrow_up:
src/lib/cli/nopCommand.ts
... and 4 more

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 07d589f...5a0bb4b. Read the comment docs.