For better syntax it is better to change Covered -> `Exclude` Exposed -> `Include` Also might be useful to follow this: (from GitHub Actions docs) > Note: All include combinations are processed after exclude. This allows you to use include to add back combinations that were previously excluded.
For better syntax it is better to change
Covered ->
ExcludeExposed ->
IncludeAlso might be useful to follow this: (from GitHub Actions docs)