Skip to content

Commit 25118c1

Browse files
committed
fix(ci): Add missing XML results from various tests
1 parent 43e5c16 commit 25118c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ test-acceptance: build-platform-assets
156156

157157
test-python-coverage: build-platform-assets
158158
@echo "--> Running Python tests"
159-
SOUTH_TESTS_MIGRATE=1 coverage run --source=src/sentry -m py.test tests/integration tests/sentry
159+
SOUTH_TESTS_MIGRATE=1 coverage run --source=src/sentry -m py.test tests/integration tests/sentry --junit-xml="junit.xml"
160160
@echo ""
161161

162162
lint: lint-python lint-js

0 commit comments

Comments
 (0)