Skip to content

Commit 780d3e6

Browse files
authored
✅ Add XML coverage report for GitHub Actions (fastapi#1737)
1 parent cc8cac2 commit 780d3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ bash ./scripts/lint.sh
77
# Check README.md is up to date
88
diff --brief docs/en/docs/index.md README.md
99
export PYTHONPATH=./docs_src
10-
pytest --cov=fastapi --cov=tests --cov=docs/src --cov-report=term-missing tests ${@}
10+
pytest --cov=fastapi --cov=tests --cov=docs/src --cov-report=term-missing --cov-report=xml tests ${@}

0 commit comments

Comments
 (0)