Fix Python coverage reporting.

Apparently the fact that I want the coverage report to be XML isn't
enough of a hint that I want coverage.
This commit is contained in:
Dan Albert
2023-06-05 20:02:07 -07:00
parent e50be9bbde
commit 4cb035b955
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@ venv
.vscode/settings.json
dist/**
/.coverage
/coverage.xml
# User-specific stuff
.idea/
.env