mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-09 10:07:44 -06:00
fix module target for coverage, add junit XML output, set pipefail to prevent exit code hiding
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -15,5 +15,8 @@
|
||||
"structlog",
|
||||
"timestamper"
|
||||
],
|
||||
"python.analysis.extraPaths": ["./backend/"]
|
||||
"python.analysis.extraPaths": ["./backend/"],
|
||||
"[github-actions-workflow]": {
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user