Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
- master
- dev
- 1ES
- code-coverage-fix

schedules:
- cron: "0 9 * * *"
Expand Down
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,7 @@ coverage run tests/runtests.py --settings=testapp.settings --noinput \
update \
update_only_fields

python -m coverage combine \django

python -m coverage xml --include '*mssql*' --omit '*virtualenvs*' -o coverage.xml