Conversation
Codecov Report
@@ Coverage Diff @@
## master #34921 +/- ##
============================================
- Coverage 65.34% 64.86% -0.49%
+ Complexity 18492 17822 -670
============================================
Files 1208 1208
Lines 69983 69828 -155
Branches 1280 1280
============================================
- Hits 45732 45295 -437
- Misses 23879 24161 +282
Partials 372 372
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #34921 +/- ##
============================================
- Coverage 65.34% 64.86% -0.49%
+ Complexity 18492 17822 -670
============================================
Files 1208 1208
Lines 69983 69828 -155
Branches 1280 1280
============================================
- Hits 45732 45295 -437
- Misses 23879 24161 +282
Partials 372 372
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #34921 +/- ##
============================================
- Coverage 65.34% 64.86% -0.49%
+ Complexity 18492 17822 -670
============================================
Files 1208 1208
Lines 69983 69828 -155
Branches 1280 1280
============================================
- Hits 45732 45295 -437
- Misses 23879 24161 +282
Partials 372 372
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #34921 +/- ##
============================================
- Coverage 67.18% 65.32% -1.87%
+ Complexity 18760 18081 -679
============================================
Files 1168 1229 +61
Lines 63575 70643 +7068
Branches 0 1289 +1289
============================================
+ Hits 42716 46145 +3429
- Misses 20859 24120 +3261
- Partials 0 378 +378
Continue to review full report at Codecov.
|
7a5d390 to
22859a5
Compare
22859a5 to
7541cd9
Compare
|
Rebased to see how CI goes nowadays. |
|
Note: is fixed by commit "Adjust ContactsTest to remove invalid constructor arguments" |
5cb0f79 to
b50aca5
Compare
b50aca5 to
b17a802
Compare
b17a802 to
319fa29
Compare
|
@DeepDiver1975 this works for I suggest just give "comment" reviews. Do not click "Approve" yet. That will prevent any accidental merge of this PR. |
9f4640a to
0f501bd
Compare
0f501bd to
5e55479
Compare
|
As discussed in #35777 the master branch will from now on hold the ownCloud 10 codebase. This PR targetted ownCloud 11 which is postponed to a far distant future. Because of that I'm closing this PR and kindly ask you to re-submit this PR in a few days. Thanks a lot for your patience |
|
Note: |
Description
Update
phpunitfrom 6.5.14 to 7.5.13Adjust test code for required changes for phpunit 7.
Note 1: PHPUnit7 requires PHP7.1, so it cannot be merged in
stable10while PHP7.0 is still supported.So also do not merge this yet in
master- because it will cause pain if we have different major versions of phpunit in the 2 branches.Note 2: the apps currently run the
phpunitthat comes in the nightly QA tarball (or for a local dev environment, they run whateverphpunitis in the currently-checked-outcore) After merging this PR and its backport, it is likely that some apps unit tests will fail and need small refactorings like here. We need to be prepared for that.Related Issue
maybe can help #34858
Motivation and Context
How Has This Been Tested?
CI
Types of changes
Checklist:
Open tasks: