fix: update Codecov ignore patterns to align with local coverage analysis

This commit is contained in:
GitHub Actions
2025-12-14 19:20:00 +00:00
parent e41c4a12da
commit a8aa59a754
3 changed files with 287 additions and 0 deletions
+11
View File
@@ -12,6 +12,17 @@
"panel": "new"
}
},
{
"label": "Build & Run: Local Docker Image No-Cache",
"type": "shell",
"command": "docker build --no-cache -t charon:local . && docker compose -f docker-compose.override.yml up -d && echo 'Charon running at http://localhost:8080'",
"group": "build",
"problemMatcher": [],
"presentation": {
"reveal": "always",
"panel": "new"
}
},
{
"label": "Build: Backend",
"type": "shell",