Closed sjd78 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.15%. Comparing base (
b654645
) to head (109c02e
). Report is 231 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When a PR only contains changes to root level markdown, or anything under
docs/
orhack/
, there is no need to run the CI github actions.To satisfy branch protection rules that may exist that require the "unit-test" job to run, the
ci-repo.yml
action looks up details about a PR and will skip the unit test if it detects that the only changes made in the PR are docs or hacks.The ignores do not apply to pushes to main, pushes to release, or workflow calls.