-
Notifications
You must be signed in to change notification settings - Fork 18
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
Optimize CI a bit #299
Optimize CI a bit #299
Conversation
@@ -8,6 +8,7 @@ on: | |||
jobs: | |||
build: | |||
runs-on: ubuntu-latest | |||
if: github.repository == 'usefulness/easylauncher-gradle-plugin' |
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.
Codecov Report
@@ Coverage Diff @@
## master #299 +/- ##
=========================================
Coverage 79.80% 79.80%
Complexity 127 127
=========================================
Files 15 15
Lines 604 604
Branches 96 96
=========================================
Hits 482 482
Misses 51 51
Partials 71 71 Continue to review full report at Codecov.
|
|
May we need to use |
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.
Thanks! And yes, Java 17 is fine 👌
No description provided.