Feedback or Inquiry
Following the recent GitHub Actions changes across CodeEntropy, the Coveralls check against the base branch is no longer active.
This appears to be because the relevant PR workflow step is no longer triggered after changes are pushed to main. As a result, when new pull requests are opened, Coveralls does not have an up-to-date base branch comparison available.
This step should be reintroduced so that PRs are checked against the latest base branch coverage. Without this, coverage differences may be inconsistent or missed entirely.
Additional Information
This affects the reliability of coverage reporting in pull requests, as changes may no longer be compared against the current main branch baseline.
Feedback or Inquiry
Following the recent GitHub Actions changes across
CodeEntropy, the Coveralls check against the base branch is no longer active.This appears to be because the relevant PR workflow step is no longer triggered after changes are pushed to
main. As a result, when new pull requests are opened, Coveralls does not have an up-to-date base branch comparison available.This step should be reintroduced so that PRs are checked against the latest base branch coverage. Without this, coverage differences may be inconsistent or missed entirely.
Additional Information
This affects the reliability of coverage reporting in pull requests, as changes may no longer be compared against the current
mainbranch baseline.