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.
2 parents 5d2f15d + c477ccb commit 0adbf88Copy full SHA for 0adbf88
.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
.github/workflows/build.yml
@@ -25,6 +25,7 @@ jobs:
sh sbin/github.sh install_package_control
sh sbin/github.sh run_tests --coverage
27
28
29
30
31
0 commit comments