Skip to content

Commit 64e3392

Browse files
committed
Try to fix codecov token issue
1 parent d972d7b commit 64e3392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
codecov: codecov/codecov@1.0.5
3+
codecov: codecov/codecov@3.2.4
44

55
jobs:
66
run_pytests:
@@ -62,7 +62,7 @@ jobs:
6262
6363
# We need curl for the codecov upload
6464
apt-get update
65-
apt-get install -yqq curl
65+
apt-get install -y -qq curl
6666
6767
cd /home/circleci/src/coverage/
6868
echo "Merge coverage files"

0 commit comments

Comments
 (0)