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

chore: Add Codecov step for CI workflow #10456

Merged
merged 2 commits into from
Dec 14, 2024

Conversation

filzrev
Copy link
Contributor

@filzrev filzrev commented Dec 12, 2024

This PR intended to fix #9853.

Previously I've removed Codecov step from CI workflow.
Because it's behavior is unstable.

Codecov v5 support new Tokenless Uploads for Public Repositories feature.
So it's expected to be works as expected without explicitly specify CODECOV_TOKEN token.

Note: It might requires additional settings on Codecov site with admin privileges to use tokenless upload.

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.39%. Comparing base (fe673ec) to head (db8e24f).
Report is 492 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10456      +/-   ##
==========================================
+ Coverage   74.31%   79.39%   +5.07%     
==========================================
  Files         536      547      +11     
  Lines       23189    23620     +431     
  Branches     4056     4060       +4     
==========================================
+ Hits        17234    18753    +1519     
+ Misses       4853     3697    -1156     
- Partials     1102     1170      +68     

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

@filzrev filzrev force-pushed the chore-add-ci-codecov-step branch from ce87af3 to db8e24f Compare December 13, 2024 10:19
@yufeih yufeih merged commit fba6416 into dotnet:main Dec 14, 2024
7 checks passed
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.

[Bug] Codecov CI step is silently failed from last week.
2 participants