Skip to content

Commit

Permalink
fixup! Only run code coverage CI on merge
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Sep 3, 2019
1 parent 5462d4b commit 608aaf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,6 @@ steps:
- name: nodb-codecov
image: nextcloudci/php7.1:php7.1-16
commands:
- bash tests/drone-run-coverage.sh || exit 0
- phpenmod xdebug
- TEST_SELECTION=NODB ./autotest.sh sqlite
- wget https://codecov.io/bash -O codecov.sh
Expand All @@ -2229,7 +2228,6 @@ trigger:
- master
- stable*
event:
- pull_request
- push

---
Expand All @@ -2244,7 +2242,6 @@ steps:
- name: db-codecov
image: nextcloudci/php7.1:php7.1-16
commands:
- bash tests/drone-run-coverage.sh || exit 0
- phpenmod xdebug
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
- wget https://codecov.io/bash -O codecov.sh
Expand All @@ -2260,7 +2257,6 @@ trigger:
- master
- stable*
event:
- pull_request
- push

---
Expand Down
11 changes: 0 additions & 11 deletions tests/drone-run-coverage.sh

This file was deleted.

0 comments on commit 608aaf9

Please sign in to comment.