-
Notifications
You must be signed in to change notification settings - Fork 207
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
Force failure if there is any unit test failed #2113
Conversation
faf0c65
to
cfd14b6
Compare
Coverage from tests in coverage: 50.6% of statements across all listed packagescoverage: 63.2% of statements in consensus/istanbul coverage: 42.7% of statements in consensus/istanbul/announce coverage: 55.7% of statements in consensus/istanbul/backend coverage: 0.0% of statements in consensus/istanbul/backend/backendtest coverage: 24.3% of statements in consensus/istanbul/backend/internal/replica coverage: 64.7% of statements in consensus/istanbul/core coverage: 50.0% of statements in consensus/istanbul/db coverage: 0.0% of statements in consensus/istanbul/proxy coverage: 64.4% of statements in consensus/istanbul/uptime coverage: 51.8% of statements in consensus/istanbul/validator coverage: 79.2% of statements in consensus/istanbul/validator/random |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2113 +/- ##
==========================================
+ Coverage 54.30% 55.33% +1.03%
==========================================
Files 692 674 -18
Lines 115642 113414 -2228
==========================================
- Hits 62795 62762 -33
+ Misses 49014 46843 -2171
+ Partials 3833 3809 -24
☔ View full report in Codecov by Sentry. |
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!
Description
Force to fail the CI job if there is any failed unit test