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 b250a57 commit 77f95b1Copy full SHA for 77f95b1
.ci/azure-pipelines-steps.yml
@@ -37,3 +37,5 @@ steps:
37
38
- script: .ci/$(MODE)_tests.py
39
displayName: "Run $(MODE)_tests.py"
40
+ env:
41
+ NOCOVERAGE: 1
.travis.yml
@@ -16,6 +16,9 @@ cache:
16
- directories:
17
- /home/travis/virtualenv
18
19
+env:
20
+ - NOCOVERAGE=1
21
+
22
install:
23
- grep -Erl git-lfs\|couchdb /etc/apt | sudo xargs rm -v
24
- .ci/${MODE}_install.py
0 commit comments