nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

[stable11] Make acceptance tests run and pass on Travis CI #392

Closed danxuliu closed 6 years ago

danxuliu commented 6 years ago

Backport of #330

Fixes https://github.com/nextcloud/gallery/pull/386#issuecomment-361259941

The first two commits of the original pull request are not included in this backport; the first one added the package dbus-x11, which was later removed in #333, and the second one upgraded Codeception to 2.3, which was not really needed (and without an update to composer.lock had no effect).

codecov[bot] commented 6 years ago

Codecov Report

Merging #392 into stable11 will increase coverage by 0.6%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             stable11     #392     +/-   ##
=============================================
+ Coverage       81.05%   81.65%   +0.6%     
  Complexity        341      341             
=============================================
  Files              39       39             
  Lines            1404     1314     -90     
=============================================
- Hits             1138     1073     -65     
+ Misses            266      241     -25
Impacted Files Coverage Δ Complexity Δ
appinfo/application.php 71.91% <0%> (-3.82%) 3% <0%> (ø)
service/service.php 88.88% <0%> (-1.12%) 8% <0%> (ø)
service/configservice.php 61.17% <0%> (-0.9%) 33% <0%> (ø)
preview/preview.php 40.74% <0%> (-0.64%) 7% <0%> (ø)
middleware/envcheckmiddleware.php 95.45% <0%> (-0.5%) 24% <0%> (ø)
service/previewservice.php 85.71% <0%> (-0.29%) 21% <0%> (ø)
environment/environment.php 95.55% <0%> (-0.15%) 28% <0%> (ø)
service/searchmediaservice.php 98.18% <0%> (-0.07%) 23% <0%> (ø)
appinfo/app.php 100% <0%> (ø) 0% <0%> (ø) :arrow_down:
config/configexception.php 100% <0%> (ø) 1% <0%> (ø) :arrow_down:
... and 15 more

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 5b0aeb8...ec2743c. Read the comment docs.