Commit f72b79f
CI - IMPROVEMENT - Narrow test triggering to an allowlist of tested paths
The detector matched any .jl file outside a denylist of docs, benchmarks and
regression-harness. That meant new untested Julia triggered a full run unless
someone remembered to extend the denylist: a benchmark, a root-level script,
or a future tools/ directory all ran the suite for nothing.
Replace it with an allowlist of what test/runtests.jl actually exercises:
src/, test/, examples/, Project.toml, and this workflow. Untested code is now
excluded by default rather than by maintenance.
Kept as directory prefixes rather than *.jl: src/ForcingTerms/coil_geometries
holds the .dat coil geometries the coil tests load, and test/test_data holds 28
non-Julia fixtures. Matching only *.jl would skip runs when either changes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019tFBCa5iBXyb7xp8LxqBJx1 parent fadb72d commit f72b79f
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments