diff --git a/.circleci/config.yml b/.circleci/config.yml index c73d8af8..be6ce31d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - codecov: codecov/codecov@1.0.5 + codecov: codecov/codecov@3.2.4 jobs: run_pytests: @@ -62,7 +62,7 @@ jobs: # We need curl for the codecov upload apt-get update - apt-get install -yqq curl + apt-get install -y -qq curl cd /home/circleci/src/coverage/ echo "Merge coverage files"