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 48af131 commit c477ccbCopy full SHA for c477ccb
.circleci/config.yml
@@ -20,6 +20,7 @@ jobs:
20
sh sbin/circleci.sh install_package_control
21
sh sbin/circleci.sh run_tests --coverage
22
- run: |
23
+ apt-get update
24
apt-get install python3-pip -y
25
pip3 install coverage==4.5.4 codecov==2.0.15
26
codecov
0 commit comments