Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: error exit code. #37

Merged
merged 1 commit into from
Jan 23, 2024
Merged

fix: error exit code. #37

merged 1 commit into from
Jan 23, 2024

Conversation

knightedcodemonkey
Copy link
Owner

@@ -13,6 +13,7 @@
},
"rules": {
"no-console": "error",
"n/no-process-exit": "off",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is funny: eslint/eslint#795

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (79945f7) 96.59% compared to head (daa903e) 96.46%.

Files Patch % Lines
src/duel.js 76.92% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   96.59%   96.46%   -0.14%     
==========================================
  Files           3        3              
  Lines         441      453      +12     
==========================================
+ Hits          426      437      +11     
- Misses         15       16       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@knightedcodemonkey knightedcodemonkey merged commit 7e076d4 into main Jan 23, 2024
3 checks passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch January 23, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not seem to output non-zero exit code when typescript compilation fails
1 participant