We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479f5d1 commit f52f9c7Copy full SHA for f52f9c7
.circleci/config.yml
@@ -28,8 +28,8 @@ jobs:
28
- run: make test
29
- early_return_for_forked_pull_requests
30
- run: |
31
- apt-get update
32
- apt-get upgrade -y
+ apt-get update
+ apt-get upgrade -y
33
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
34
35
workflows:
0 commit comments