We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d82ff3 commit 62b4c75Copy full SHA for 62b4c75
.circleci/config.yml
@@ -47,7 +47,7 @@ jobs:
47
path: test-reports/
48
- run:
49
# Install curl for codecov upload
50
- command: apt install -y curl
+ command: apt update && apt install -y curl
51
- codecov/upload:
52
file: 'test-reports/coverage.xml'
53
- coverage-reporter/send_report:
0 commit comments