fix module target for coverage, add junit XML output, set pipefail to prevent exit code hiding

This commit is contained in:
2024-11-09 14:37:49 -06:00
parent 26c8310942
commit 37f92e1eb3
3 changed files with 9 additions and 3 deletions

View File

@@ -15,5 +15,8 @@
"structlog",
"timestamper"
],
"python.analysis.extraPaths": ["./backend/"]
"python.analysis.extraPaths": ["./backend/"],
"[github-actions-workflow]": {
"editor.formatOnSave": false
}
}