-
Notifications
You must be signed in to change notification settings - Fork 13
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
Run core CLI acceptance tests in drone #179
Conversation
c494142
to
a62002b
Compare
Codecov Report
@@ Coverage Diff @@
## master #179 +/- ##
=========================================
Coverage 71.94% 71.94%
Complexity 612 612
=========================================
Files 35 35
Lines 2299 2299
=========================================
Hits 1654 1654
Misses 645 645 Continue to review full report at Codecov.
|
a62002b
to
0e033cf
Compare
And reduce the number of parts that the core API tests are split into. Because there is currently a limit of 1,000,000 bytes on the size of .drone.yml
0e033cf
to
b115312
Compare
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 👍
And reduce the number of parts that the core API tests are split into.
Because there is currently a limit of 1,000,000 bytes on the size of .drone.yml
Beacuse of issue owncloud/user_ldap#509
(
user_ldap
was already running some core CLI acceptance tests with both LDAP and encryption together, so be had better run core CLI acceptance tests with encryption here)