ci(badges): refresh core-coverage badge on critical-modules.txt changes

update-badges.yml triggered on **.py / .pylintrc / pyrightconfig.json /
.coveragerc but not scripts/critical-modules.txt, so editing the core
module list alone wouldn't refresh the `core coverage` badge until the
next .py change. Add it to the push paths.

Closes #305

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NkwFXLFff9PYPy4wgVBJp9
This commit was merged in pull request #306.
This commit is contained in:
2026-06-26 20:31:30 -04:00
committed by didericis (claude)
parent 33fe8d2c7a
commit fc6dd37dd9
+2
View File
@@ -9,6 +9,8 @@ on:
- '.pylintrc'
- 'pyrightconfig.json'
- '.coveragerc'
# The core-coverage badge reads this list; refresh when it changes.
- 'scripts/critical-modules.txt'
workflow_dispatch:
jobs: