-
Notifications
You must be signed in to change notification settings - Fork 118
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
improve when signing tasks run, consider all targets for signing #30
Conversation
One downside of the new onlyIf implementation is that you can't run signing explicitly. |
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
============================================
- Coverage 90% 84.09% -5.91%
- Complexity 13 15 +2
============================================
Files 3 3
Lines 120 132 +12
Branches 14 14
============================================
+ Hits 108 111 +3
- Misses 5 13 +8
- Partials 7 8 +1
Continue to review full report at Codecov.
|
) | ||
) { | ||
|
||
val taskName get(): String { |
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.
Are there tests for this given that the API is public?
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.
I'll add them. I wanted to make it internal, but Groovy didn't like that for some reason.
Totally fine. |
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
==========================================
- Coverage 90% 85.6% -4.4%
- Complexity 13 16 +3
==========================================
Files 3 3
Lines 120 132 +12
Branches 14 14
==========================================
+ Hits 108 113 +5
- Misses 5 12 +7
Partials 7 7
Continue to review full report at Codecov.
|
Should be good now. |
Upload
task (not during things like assemble)uploadArchives
was consideredfixes #29