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 43e5c16 commit 25118c1Copy full SHA for 25118c1
Makefile
@@ -156,7 +156,7 @@ test-acceptance: build-platform-assets
156
157
test-python-coverage: build-platform-assets
158
@echo "--> Running Python tests"
159
- SOUTH_TESTS_MIGRATE=1 coverage run --source=src/sentry -m py.test tests/integration tests/sentry
+ SOUTH_TESTS_MIGRATE=1 coverage run --source=src/sentry -m py.test tests/integration tests/sentry --junit-xml="junit.xml"
160
@echo ""
161
162
lint: lint-python lint-js
0 commit comments