Skip to content
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

Merged
merged 2 commits into from
May 13, 2024
Merged

purge codecov #1809

merged 2 commits into from
May 13, 2024

Conversation

drammock
Copy link
Collaborator

I noticed when reviewing #1807 that codecov CI is still running (and failing). It should have been removed in #1756 (oops).

@drammock drammock added the kind: maintenance Improving maintainability and reducing technical debt label May 10, 2024
@@ -131,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
needs: run-pytest
# run both on previous step success and failure
if: "!cancelled()"
if: ${{ !cancelled() }}
Copy link
Collaborator Author

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

Copy link
Collaborator

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 {{ }}

Copy link
Collaborator

@trallard trallard left a 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.

@trallard trallard added the tag: CI Pull requests that update GitHub Actions code label May 13, 2024
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@trallard
Copy link
Collaborator

CI is happy so will go ahead and merge 🚀

@trallard trallard merged commit 907c596 into pydata:main May 13, 2024
18 checks passed
@drammock drammock deleted the purge-codecov branch May 13, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: maintenance Improving maintainability and reducing technical debt tag: CI Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants