-
Notifications
You must be signed in to change notification settings - Fork 40
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 tests from travis to drone #660
Conversation
fd254fd
to
1fcb867
Compare
@ownclouders rebase |
1fcb867
to
d77a757
Compare
@phil-davis, Please review this. |
d77a757
to
b6cafcc
Compare
Codecov Report
@@ Coverage Diff @@
## master #660 +/- ##
============================================
- Coverage 85.47% 84.07% -1.41%
Complexity 500 500
============================================
Files 38 45 +7
Lines 1811 1796 -15
============================================
- Hits 1548 1510 -38
- Misses 263 286 +23
Continue to review full report at Codecov.
|
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.
and do not commit tests/output/clover.xml
to the repo
ee10d6c
to
a754cfe
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 now.
@DeepDiver1975 please review this. And merge this if you are happy. |
e713a57
to
537817d
Compare
Drone is not running. Have to wait until drone is fixed. |
537817d
to
443b566
Compare
71cd0cf
to
ede0bf5
Compare
03b2c20
to
ab28f83
Compare
|
ab28f83
to
21c716f
Compare
c826ee4
to
932d63a
Compare
932d63a
to
dc0603d
Compare
@DeepDiver1975 @patrickjahns review comments have been addressed. |
code has been modified since review
|
||
# Builds the source package for the app store, ignores php and js tests | ||
.PHONY: appstore | ||
appstore: |
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.
Question to self: was this stuff here when I approved this PR? If so, why did I approve it? And/or why did it get added in this PR? Some accidental code pasting?
The Makefile
script has no definition of appstore_package_name
or appstore_build_directory
so this target fails.
@paurakhsharma do you remember about this?
Description
Move all tests from
travis.yml
todrone.yml
.Related issue: #659