Is it possible to ignore certain branches wilcard, so to prevent codecov from happening?
for my scenario: my team do git flow where there’s a release branch, and we want to merge the release branch back to the main branch.
However, for these branches, we want to skip various jobs (linting/testing/etc/etc) because we don’t see the need to. Unfortunately, codecov will wait indefinitely for the test reports to be out, which will not happen for those branches