Skip to content

Commit 8c0f86c

Browse files
author
Andrey Fedoseev
committed
Combine coverage reports from all test environments
1 parent 01ac222 commit 8c0f86c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies:
1818
test:
1919
override:
2020
- flake8
21+
- rm -f coverage.xml
2122
- tox
2223
post:
2324
- codecov

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ deps =
1616
watchdog
1717
libsass
1818
coverage==3.7.1
19-
pytest-cov==2.1.0
19+
pytest-cov==2.2.1
2020
django16: Django>=1.6,<1.7
2121
django17: Django>=1.7,<1.8
2222
django18: Django>=1.8,<1.9
2323
django19: Django==1.9.1
24-
commands = py.test static_precompiler
24+
commands = py.test static_precompiler --cov static_precompiler --cov-report xml --cov-append
2525
setenv =
2626
PYTHONPATH = {toxinidir}
27-
28-
[testenv:py27-django19]
29-
commands = py.test static_precompiler --cov static_precompiler --cov-report xml

0 commit comments

Comments
 (0)