Skip to content

Fix code coverage workflow#2393

Open
Yann-P wants to merge 3 commits into
pydata:mainfrom
Yann-P:fix-actions
Open

Fix code coverage workflow#2393
Yann-P wants to merge 3 commits into
pydata:mainfrom
Yann-P:fix-actions

Conversation

@Yann-P
Copy link
Copy Markdown
Collaborator

@Yann-P Yann-P commented May 18, 2026

#2378


Main fix:

  • CI.yml's "coverage comment" step stopped working when persist_credentials: false was added, added a workaround because persist_credentials is a security feature.

  • Removed a duplicate step "Coverage comment" because is already defined above in CI.yml.

  • This removed code was tied to coverage.yml (deleted too), that did not ever trigger because github.event.name is a typo instead of github.event_name, so the trigger condition was never met.

  • Removed some pin comments that are not in sync with the versions.

Yann-P added 3 commits May 18, 2026 10:54
"Coverage comment" step is already defined in CI.yml. Moreover it did
not ever trigger because github.event.name is a typo instead of
github.event_name, so the trigger condition was never met.
@Yann-P Yann-P added the tag: CI Pull requests that update GitHub Actions code label May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tag: CI Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant