owncloud / announcementcenter

:loudspeaker: Announcement Center for ownCloud
GNU Affero General Public License v3.0
13 stars 7 forks source link

Remove travis and scrutinizer config files #109

Closed dpakach closed 5 years ago

dpakach commented 5 years ago

Remove travis

Fixes #108

Remove .travis.yml and .scrutinizer.yml files as tests are now moved to drone CI

codecov[bot] commented 5 years ago

Codecov Report

Merging #109 into master will decrease coverage by 0.4%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #109      +/-   ##
============================================
- Coverage     99.63%   99.23%   -0.41%     
  Complexity       63       63              
============================================
  Files             8        8              
  Lines           272      260      -12     
============================================
- Hits            271      258      -13     
- Misses            1        2       +1
Impacted Files Coverage Δ Complexity Δ
lib/Activity/Extension.php 97.67% <0%> (-2.33%) 20% <0%> (ø)
lib/Manager.php 98.78% <0%> (-0.05%) 18% <0%> (ø)
appinfo/routes.php 100% <0%> (ø) 0% <0%> (ø) :arrow_down:
lib/Controller/PageController.php 100% <0%> (ø) 8% <0%> (ø) :arrow_down:
appinfo/app.php 100% <0%> (ø) 0% <0%> (ø) :arrow_down:
lib/Notification/Notifier.php 100% <0%> (ø) 6% <0%> (ø) :arrow_down:

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 373f4fc...3f6a7c8. Read the comment docs.