Generage coverage xml file.

This commit is contained in:
Adi Roiban 2021-07-23 15:39:07 +01:00
parent 06165ad4d8
commit a1ef1d6663
3 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,9 @@ jobs:
rsync -rt --del --exclude=".git" apidocs/* gh-pages/
cd gh-pages
git add -A
git config --global user.email "void@twistedmatrix.com"
git config --global user.name "${{ github.actor }}"
git commit -m "Built from ${{ github.sha }}"
git push -q "https://github.com/twisted/incremental.git" gh-pages

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ htmlcov/
apidocs/
.tox/
.DS_Store
coverage.xml

View File

@ -37,6 +37,7 @@ commands =
tests: coverage combine
tests: coverage report
tests: coverage html
tests: coverage xml
mypy: mypy src