Skip to content

Commit

Permalink
Try to fix codecov token issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tientong98 committed Dec 13, 2024
1 parent d972d7b commit 64e3392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
codecov: codecov/codecov@1.0.5
codecov: codecov/codecov@3.2.4

jobs:
run_pytests:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 64e3392

Please sign in to comment.