mirror of https://github.com/tiangolo/fastapi.git
✅ Add XML coverage report for GitHub Actions (#1737)
This commit is contained in:
parent
cc8cac200f
commit
780d3e65ad
|
|
@ -7,4 +7,4 @@ bash ./scripts/lint.sh
|
|||
# Check README.md is up to date
|
||||
diff --brief docs/en/docs/index.md README.md
|
||||
export PYTHONPATH=./docs_src
|
||||
pytest --cov=fastapi --cov=tests --cov=docs/src --cov-report=term-missing tests ${@}
|
||||
pytest --cov=fastapi --cov=tests --cov=docs/src --cov-report=term-missing --cov-report=xml tests ${@}
|
||||
|
|
|
|||
Loading…
Reference in New Issue