-
Notifications
You must be signed in to change notification settings - Fork 14
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(KFLUXBUGS-1910): add Gitlab push event type #41
Conversation
3c26c61
to
20d8bd0
Compare
/* eslint-disable @typescript-eslint/require-await */ | ||
/* eslint-disable @typescript-eslint/no-unsafe-argument */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
// These checks are disabled for this test. |
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.
use // eslint-disable-next-line with a comment and specific rule instead of disabling rules in the file.
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.
individual comments have been added, please check again
20d8bd0
to
24837ef
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
========================================
Coverage 79.78% 79.78%
========================================
Files 568 568
Lines 21261 21261
Branches 5017 5267 +250
========================================
Hits 16963 16963
+ Misses 4274 4273 -1
- Partials 24 25 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
JIRA: KFLUXBUGS-1910
24837ef
to
b8716bf
Compare
JIRA: KFLUXBUGS-1910
Port of openshift/hac-dev#1029