Closed cjcscott closed 1 year ago
One side effect of this PR is that @cjcscott will now receive email notifs should the nightly tests fail - @ghb24 if you want these instead, you can push an empty line to the end of the ci.yaml
?
Again there is probably some more rigorous way to redirect those emails but there's no trivial solution...
One side effect of this PR is that @cjcscott will now receive email notifs should the nightly tests fail - @ghb24 if you want these instead, you can push an empty line to the end of the
ci.yaml
?Again there is probably some more rigorous way to redirect those emails but there's no trivial solution...
Done
Patch coverage has no change and project coverage change: -0.06
:warning:
Comparison is base (
ae4e426
) 68.90% compared to head (5c75d5f
) 68.85%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Updates
ci.yaml
to triggers tests to run for all PRs, not just for those tomaster
ordev
. If this doesn't work to target all PRs we could explicitly filter for all branches withinpull_request
, but that seems unnecessary if this removes filtering entirely.