Testy / TestyTs

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

set error code on exceptions #43

Closed mastodon0 closed 4 years ago

mastodon0 commented 4 years ago

Tools like npm wouldn't register errors if there was a fatal error (like compilation crash)

codecov[bot] commented 4 years ago

Codecov Report

Merging #43 into master will decrease coverage by 0.16%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   73.09%   72.93%   -0.17%     
==========================================
  Files          28       28              
  Lines         446      447       +1     
  Branches       39       39              
==========================================
  Hits          326      326              
- Misses        116      117       +1     
  Partials        4        4              
Impacted Files Coverage Δ
src/lib/cli/testyCli.ts 71.42% <0.00%> (-3.58%) :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 2d854e1...8be01f0. Read the comment docs.

Aboisier commented 4 years ago

Yup, that makes sense. I will be able to package and release this over the weekend, most likely. Thanks a lot for contributing! Sorry for all the check failures, I will try to fix that as well.

mastodon0 commented 4 years ago

Thank you! The library is really handy 👍