You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
0 commit comments