-
Notifications
You must be signed in to change notification settings - Fork 226
Try to fix CI quality flow #2880
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
Conversation
Maybe the `onCheck` value in the different Kover verify methods is causing it.
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
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 I guess!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2880 +/- ##
========================================
Coverage 74.27% 74.27%
========================================
Files 1530 1530
Lines 36521 36521
Branches 7053 7053
========================================
+ Hits 27126 27127 +1
Misses 5708 5708
+ Partials 3687 3686 -1 ☔ View full report in Codecov by Sentry. |
|
Type of change
Content
onCheck
value in the different Kover verify variants in case they're causing these failures. In any case, these are always called from other gradle tasks.Motivation and context
GH actions related to quality have been unreliable lately.
Tests
Let's see how the CI behaves.
Checklist