-
Notifications
You must be signed in to change notification settings - Fork 30
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
Move phpunit.xml to root folder of repo #273
Conversation
e5a6386
to
83af4a0
Compare
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
============================================
- Coverage 59.1% 57.74% -1.37%
+ Complexity 277 276 -1
============================================
Files 33 33
Lines 1274 1214 -60
============================================
- Hits 753 701 -52
+ Misses 521 513 -8
Continue to review full report at Codecov.
|
fe3faee
to
243a937
Compare
I made this a lot like the Please review and see what else I should be adjusting. |
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 really wonder why coverage is dropping .....
30ce33c
to
51f30b5
Compare
@DeepDiver1975 @patrickjahns @PVince81 this is ready for review again. |
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.
The rules for phan/phpstan have already been added - though I don't see the composer files necessary for this
51f30b5
to
2c4a898
Compare
I pasted in the "standard" rules for "all" the make targets. Then they are there "ready to go". |
code has been updated
2c4a898
to
3072992
Compare
I added coding standard matrix entry for PHP 5.6. This verifies that the code does not have any PHP7-specific stuff in it. |
159a0e6
to
9ccebbd
Compare
Rebased to trigger drone again. |
@patrickjahns @DeepDiver1975 drone is passing. |
9ccebbd
to
e6210e7
Compare
Thinking about https://github.com/owncloud/files_antivirus/pull/273/files/e6210e7ee74237f4e7b4ce77f2f49f2f513ae737#diff-4284501ea35da71f86e08fa8e56fdead Opinions? |
Yes, that would be useful - specially when dropping back to PHP5.6 in a local dev environment to investigate weird stuff. I raised issue owncloud/QA#604 because this is a cross-app thing. We need to decide the |
@patrickjahns any more code changes needed for this PR? |
@patrickjahns after the little side discussion about |
7664237
to
4c5395b
Compare
Today's "standard" CI-script changes have been made, like reference to @patrickjahns @DeepDiver1975 ready for review again. |
062210c
to
2d13686
Compare
Rebased and resolved conflicts. |
2d13686
to
449ff63
Compare
Rebased to get back in the drone queue - the previous drone CI had fails related to the corrupt core master QA tarball this morning. |
Issue #272
Makefile