Skip to content

Conversation

@charlesbluca
Copy link
Collaborator

A couple changes to our CodeCov upload step in CI:

  • Bumps the action to the latest stable version
  • Removes the token param, which shouldn't be necessary for public repos (and doesn't save us from unexpected 404 errors)
  • Removes the non-default setting for fail_ci_if_error so that if are unable to upload the report for some reason it won't register tests as failing

@jdye64
Copy link
Collaborator

jdye64 commented Aug 8, 2022

Looking at the CI failures they all seem one off. @charlesbluca , the changes look fine, CI is failing all be it erroneously. You fine with me merging this?

@charlesbluca
Copy link
Collaborator Author

I resolved the failures with #668, so maybe once that is in we can merge upstream here and verify that things are working as expected?

@jdye64
Copy link
Collaborator

jdye64 commented Aug 8, 2022

@charlesbluca you wanna merge this with upstream now that #668 or me?

@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2022

Codecov Report

Merging #666 (990dde9) into main (eb8c326) will increase coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #666      +/-   ##
==========================================
+ Coverage   88.48%   88.62%   +0.14%     
==========================================
  Files          69       69              
  Lines        3507     3507              
  Branches      710      710              
==========================================
+ Hits         3103     3108       +5     
+ Misses        317      308       -9     
- Partials       87       91       +4     
Impacted Files Coverage Δ
dask_sql/_version.py 34.00% <0.00%> (+1.44%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@charlesbluca charlesbluca merged commit 8fcaaa1 into main Aug 8, 2022
@charlesbluca charlesbluca deleted the bump-codecov-step branch August 8, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants