Skip to content
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

Test on oracle and mysqlmb4 #42

Merged
merged 3 commits into from
Jul 12, 2017
Merged

Test on oracle and mysqlmb4 #42

merged 3 commits into from
Jul 12, 2017

Conversation

DeepDiver1975
Copy link
Member

No description provided.

- git clone https://github.com/owncloud/core.git --recursive --depth 1 -b $CORE_BRANCH owncloud
- if [[ "$CORE_BRANCH" == 'master' ]]; then cd owncloud; make; cd ../; fi
- mv oauth2 owncloud/apps/
- bash tests/.travis/before_install.sh $APP_NAME $CORE_BRANCH $DB

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this is useful to you too: Instead of having to set $APP_NAME explicitly you could parse $TRAVIS_BUILD_DIR, which is set automatically. I guess that this could increase generality of your before_install script. :)

@codecov
Copy link

codecov bot commented May 2, 2017

Codecov Report

Merging #42 into master will decrease coverage by 0.16%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #42      +/-   ##
============================================
- Coverage     91.96%   91.79%   -0.17%     
- Complexity      160      165       +5     
============================================
  Files            20       20              
  Lines           560      573      +13     
============================================
+ Hits            515      526      +11     
- Misses           45       47       +2
Impacted Files Coverage Δ Complexity Δ
lib/Db/AuthorizationCodeMapper.php 100% <100%> (ø) 15 <0> (ø) ⬇️
lib/Db/Client.php 100% <100%> (ø) 4 <3> (+3) ⬆️
lib/Db/ClientMapper.php 100% <100%> (ø) 9 <0> (ø) ⬇️
lib/Sabre/OAuth2.php 96.66% <0%> (-3.34%) 8% <0%> (+1%)
lib/AppInfo/Application.php 40.74% <0%> (-1.57%) 6% <0%> (ø)
lib/AuthModule.php 100% <0%> (ø) 6% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0d956d2...0723350. Read the comment docs.

@DeepDiver1975 DeepDiver1975 added this to the development milestone Jul 12, 2017
@DeepDiver1975 DeepDiver1975 merged commit 7cb64b8 into master Jul 12, 2017
@DeepDiver1975 DeepDiver1975 deleted the add-oracle-support branch July 12, 2017 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants