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
From the customer:
We'd like to roll out patch coverage PRs for only my team first so we can test at smaller scale before potentially rolling out to more devs at our company. So we'd like patch to apply to all branches like:
without needing to update the codecov.yml with the specific name of the branch. This would make it work automatically for my team but not for other devs on other teams. For example feature/* as a regex would cover all of my branches since I always prefix them with feature.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Example of how this is working in "paths":
https://docs.codecov.com/docs/ignoring-paths
From the customer:
We'd like to roll out patch coverage PRs for only my team first so we can test at smaller scale before potentially rolling out to more devs at our company. So we'd like patch to apply to all branches like:
feature/branch1
feature/branch2
...
teammate2/branch3
without needing to update the codecov.yml with the specific name of the branch. This would make it work automatically for my team but not for other devs on other teams. For example
feature/*
as a regex would cover all of my branches since I always prefix them withfeature
.This is where we'd like to add regex support:
https://docs.codecov.com/docs/notifications#standard-notification-fields
Beta Was this translation helpful? Give feedback.
All reactions