-
Notifications
You must be signed in to change notification settings - Fork 9
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
Let CI actually fail #212
Let CI actually fail #212
Conversation
Resolves #211
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️ Auto-approved due to hotfix/
branch.
Codecov Report
@@ Coverage Diff @@
## master #212 +/- ##
=======================================
Coverage 94.35% 94.35%
=======================================
Files 107 107
Lines 4679 4679
Branches 269 269
=======================================
Hits 4415 4415
Misses 221 221
Partials 43 43
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* Let CI actually fail Resolves #211 * Make warnings errors * We need to be more specific * Swap assertEquals for assertEqual
Resolves #211