ci: Add new top-level orchestrator and upload coverage once#6446
Merged
@sentry/warden / warden: find-bugs
completed
Jun 1, 2026 in 17m 30s
1 issue
find-bugs: Found 1 issue (1 low)
Low
`get_files_hash()` raises `FileNotFoundError` when `test.yml` does not exist - `scripts/split_tox_gh_actions/split_tox_gh_actions.py:307-311`
The new code unconditionally appends test.yml to the files list and opens it, unlike the glob pattern which silently returns nothing for missing files. If test.yml is absent (e.g., first run or deleted), the script crashes before generating any files, breaking the --fail-on-changes CI check.
⏱ 17m 11s · 2.4M in / 166.7k out · $4.71
Loading