Skip to content

Commit

Permalink
Only run CodeCov once in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jul 29, 2019
1 parent 89f2b9a commit 12a28f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ commands:
dockerize -wait tcp://127.0.0.1:3306 -timeout 120s
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest
- run: composer test-ci
- run:
command: bash <(curl -s https://codecov.io/bash)
when: on_success

jobs:
php_5:
Expand All @@ -74,6 +71,9 @@ jobs:
- prepare
- run-tests
- run-formatting
- run:
command: bash <(curl -s https://codecov.io/bash)
when: on_success
snyk:
docker:
- image: snyk/snyk-cli:composer
Expand Down

0 comments on commit 12a28f0

Please sign in to comment.