Testy / TestyTs

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

Integration tests #58

Closed Aboisier closed 3 years ago

Aboisier commented 3 years ago

Purpose

Approach

Created a simple integration test runner that

codecov[bot] commented 3 years ago

Codecov Report

Merging #58 (2f2ae21) into main (efc6962) will increase coverage by 72.34%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           main      #58       +/-   ##
=========================================
+ Coverage      0   72.34%   +72.34%     
=========================================
  Files         0       28       +28     
  Lines         0      452      +452     
  Branches      0       40       +40     
=========================================
+ Hits          0      327      +327     
- Misses        0      121      +121     
- Partials      0        4        +4     
Impacted Files Coverage Δ
...s/travis/build/Testy/TestyTs/src/lib/testStatus.ts 100.00% <0.00%> (ø)
...estyTs/src/lib/tests/visitors/testRunnerVisitor.ts 95.83% <0.00%> (ø)
...src/lib/tests/visitors/failedTestsReportVisitor.ts 92.85% <0.00%> (ø)
...vis/build/Testy/TestyTs/src/lib/cli/run.command.ts 32.25% <0.00%> (ø)
...sty/TestyTs/src/lib/reporting/report/testResult.ts 100.00% <0.00%> (ø)
.../TestyTs/src/lib/decorators/testSuite.decorator.ts 79.16% <0.00%> (ø)
...tyTs/src/lib/reporting/report/skippedTestReport.ts 100.00% <0.00%> (ø)
...styTs/src/lib/reporting/report/failedTestReport.ts 100.00% <0.00%> (ø)
...ts/visitors/decorators/tapTestReporterDecorator.ts 86.95% <0.00%> (ø)
...visitors/decorators/loggerTestReporterDecorator.ts 21.21% <0.00%> (ø)
... and 18 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 efc6962...2f2ae21. Read the comment docs.