-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat(STONEINTG-523): enum for integration test status #283
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #283 +/- ##
==========================================
+ Coverage 67.61% 70.10% +2.48%
==========================================
Files 38 38
Lines 3495 3495
==========================================
+ Hits 2363 2450 +87
+ Misses 890 800 -90
- Partials 242 245 +3
☔ View full report in Codecov by Sentry. |
9400f77
to
abf9941
Compare
Coverage is low because of generated code, can I wave it? |
I think it would be best to add the generated file to the ignore list in codecov.yml. |
This commit provides base data structure for the keeping status of tests. Type supports string and JSON interfaces to convert between numeric and textual representation. Signed-off-by: Martin Basti <mbasti@redhat.com>
abf9941
to
17bfc73
Compare
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
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
This commit provides base data structure for the keeping status of tests.
Type supports string and JSON interfaces to convert between numeric and textual representation.
Maintainers will complete the following section