coverage action needs cleanup #1818
Labels
impact: block-release
Should block a release from happening. Only use if this is a critical problem we don't want to ship
kind: maintenance
Improving maintainability and reducing technical debt
tag: CI
Pull requests that update GitHub Actions code
The problems I see so far:
including coverage comment step in
tests.yml
breaks thepublish
workflow (as it's triggered on releases, not PRs, so there's no PR for it to write a comment to).There's a dedicated workflow file for the coverage comment and also a step inside
tests.yml
that appears to do the same thing (though their configs are not identical):pydata-sphinx-theme/.github/workflows/tests.yml
Lines 139 to 144 in 408c820
These should be deduplicated.
release
workflow wouldn't run coverage-related steps at all (only tests).The text was updated successfully, but these errors were encountered: