[stable10] Add drone step to print the server logs in case of failure#34792
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## stable10 #34792 +/- ##
===============================================
- Coverage 64.2% 45.04% -19.17%
===============================================
Files 1278 116 -1162
Lines 76256 11476 -64780
Branches 1291 1291
===============================================
- Hits 48958 5169 -43789
+ Misses 26919 5928 -20991
Partials 379 379
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #34792 +/- ##
==============================================
+ Coverage 64.2% 64.2% +<.01%
Complexity 19885 19885
==============================================
Files 1278 1278
Lines 76256 76256
Branches 1291 1291
==============================================
+ Hits 48958 48959 +1
+ Misses 26919 26918 -1
Partials 379 379
Continue to review full report at Codecov.
|
… PHP 7.0 and 7.1)
individual-it
approved these changes
Mar 18, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
which somehow has never found its way back to
stable10Run
owncloud-coding-standardon PHP 7.3 just to be the same as inmaster(we are about to do PHP 7.3 support anyway) We havephanrunning on PHP 7.0, 7.1, 7.2 which provides us an effective lint check already for those PHP versions.Fixup a comment indent that got different between
stable10andmaster