-
Notifications
You must be signed in to change notification settings - Fork 521
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
test (gradle-plugin/it): Add Gradle integration test for CronJob #2121
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2121 (2023-04-03T10:13:08Z) ⚙️ JKube E2E Tests (4595260783)
|
Codecov Report
@@ Coverage Diff @@
## master #2121 +/- ##
=========================================
Coverage 56.74% 56.74%
Complexity 4315 4315
=========================================
Files 478 478
Lines 20981 20981
Branches 2791 2791
=========================================
Hits 11905 11905
Misses 7860 7860
Partials 1216 1216 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
...it/src/test/java/org/eclipse/jkube/gradle/plugin/tests/KubernetesConfiguredControllerIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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, thx!
Description
#2012 / #1954 follow-up
Added Gradle integration tests for the CronJob controller
Type of change
test, version modification, documentation, etc.)
Checklist