-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
purge codecov #1809
purge codecov #1809
Conversation
@@ -131,7 +123,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
needs: run-pytest | |||
# run both on previous step success and failure | |||
if: "!cancelled()" | |||
if: ${{ !cancelled() }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change: My IDE was highlighting this as errorful (I think maybe because of the double quotes?). This is how they do it in the docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I think this is to ensure expansion/var replacement is more robust by adding the {{ }}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this @drammock we have been having a lot of headaches with codecov.
CI is happy so will go ahead and merge 🚀 |
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
I noticed when reviewing #1807 that codecov CI is still running (and failing). It should have been removed in #1756 (oops).