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

Don't fail on codecov upload error #4575

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Don't fail on codecov upload error #4575

merged 1 commit into from
Apr 22, 2024

Conversation

IAlibay
Copy link
Member

@IAlibay IAlibay commented Apr 21, 2024

Temp patch for #4574

This will make it so that jobs don't fail if there's an upload issue (i.e. what currently happens with PRs from forks)

HOWEVER

It also means that codecov might not report properlly if things fail. I.e. for reviewers, be aware that codecov suddenly saying there's no coverage could just be that nothing got uploaded.

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

Developers certificate of origin


📚 Documentation preview 📚: https://mdanalysis--4575.org.readthedocs.build/en/4575/

Copy link

Linter Bot Results:

Hi @IAlibay! Thanks for making this PR. We linted your code and found the following:

There are currently no issues detected! 🎉

Copy link

codecov bot commented Apr 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.64%. Comparing base (73acc9b) to head (4df851a).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4575      +/-   ##
===========================================
- Coverage    93.66%   93.64%   -0.03%     
===========================================
  Files          168      180      +12     
  Lines        21248    22327    +1079     
  Branches      3917     3917              
===========================================
+ Hits         19902    20908    +1006     
- Misses         888      961      +73     
  Partials       458      458              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@IAlibay IAlibay requested a review from RMeli April 21, 2024 14:25
Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approving the terrible band-aid

I don't have a better idea for a short term solution.

Thanks @IAlibay !!

@IAlibay IAlibay merged commit b91c44e into develop Apr 22, 2024
21 of 25 checks passed
@RMeli RMeli deleted the temp-codecov-patch branch April 22, 2024 06:46
@RMeli
Copy link
Member

RMeli commented Apr 22, 2024

Do we need an issue reminding us to eventually turn it on again?

@IAlibay
Copy link
Member Author

IAlibay commented Apr 22, 2024

Do we need an issue reminding us to eventually turn it on again?

Yeah that's probably a good idea - sorry I'm afk, could you open it @RMeli?

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.

3 participants