From 12a28f0ad55e4b3e9dc7a5a838d08529b89e8fc2 Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Mon, 29 Jul 2019 14:29:17 -0700 Subject: [PATCH] Only run CodeCov once in CI --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf66b978..8582cfb8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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