@@ -34,6 +34,7 @@ test-dev: ## runs unit tests in w/o extras
3434 --cov-config=$(CURDIR ) /../../.coveragerc \
3535 --cov-report=term-missing \
3636 --cov-report=xml \
37+ --junitxml=junit.xml -o junit_family=legacy \
3738 --cov=$(APP_PACKAGE_NAME ) \
3839 --durations=10 \
3940 --exitfirst \
@@ -55,6 +56,7 @@ test-dev[aiohttp]: ## runs unit common tests and aiohttp extras
5556 --cov-config=$(CURDIR ) /../../.coveragerc \
5657 --cov-report=term-missing \
5758 --cov-report=xml \
59+ --junitxml=junit.xml -o junit_family=legacy \
5860 --cov=$(APP_PACKAGE_NAME ) \
5961 --durations=10 \
6062 --exitfirst \
@@ -74,6 +76,7 @@ test-dev[fastapi]: ## runs unit common tests and fastapi extras
7476 --cov-config=$(CURDIR ) /../../.coveragerc \
7577 --cov-report=term-missing \
7678 --cov-report=xml \
79+ --junitxml=junit.xml -o junit_family=legacy \
7780 --cov=$(APP_PACKAGE_NAME ) \
7881 --durations=10 \
7982 --exitfirst \
@@ -92,6 +95,7 @@ test-dev[all]: ## runs unit tests w/ all extras
9295 --cov-config=$(CURDIR ) /../../.coveragerc \
9396 --cov-report=term-missing \
9497 --cov-report=xml \
98+ --junitxml=junit.xml -o junit_family=legacy \
9599 --cov=$(APP_PACKAGE_NAME ) \
96100 --durations=10 \
97101 --exitfirst \
@@ -111,6 +115,7 @@ test-ci[all]: ## runs unit tests w/ all extras
111115 --cov-config=$(CURDIR ) /../../.coveragerc \
112116 --cov-report=term-missing \
113117 --cov-report=xml \
118+ --junitxml=junit.xml -o junit_family=legacy \
114119 --cov=$(APP_PACKAGE_NAME ) \
115120 --durations=10 \
116121 --keep-docker-up \
0 commit comments