Skip to content

Commit cef82e4

Browse files
committed
Write coverage file.
1 parent c25830c commit cef82e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ htmlcov
1212
node_modules
1313
package-lock.json
1414
geckodriver.log
15+
coverage.xml

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ test_selenium:
3636

3737
coverage:
3838
python --version
39-
coverage erase
4039
DJANGO_SETTINGS_MODULE=tests.settings \
4140
python -b -W always -m coverage run -m django test -v2 $${TEST_ARGS:-tests}
4241
coverage report
4342
coverage html
43+
coverage xml
4444

4545
translatable_strings:
4646
cd debug_toolbar && python -m django makemessages -l en --no-obsolete

0 commit comments

Comments
 (0)