Skip to content

Commit 77f95b1

Browse files
committed
tests: Disable code coverage
1 parent b250a57 commit 77f95b1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.ci/azure-pipelines-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ steps:
3737

3838
- script: .ci/$(MODE)_tests.py
3939
displayName: "Run $(MODE)_tests.py"
40+
env:
41+
NOCOVERAGE: 1

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ cache:
1616
- directories:
1717
- /home/travis/virtualenv
1818

19+
env:
20+
- NOCOVERAGE=1
21+
1922
install:
2023
- grep -Erl git-lfs\|couchdb /etc/apt | sudo xargs rm -v
2124
- .ci/${MODE}_install.py

0 commit comments

Comments
 (0)