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

Use helper action to retry codecov uploads #5411

Merged
merged 4 commits into from
May 3, 2024

Conversation

yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented May 3, 2024

Which problem is this PR solving?

Description of the changes

  • Add a new helper action which encapsulates defining a CODECOV token and uploading with retries

How was this change tested?

  • CI

Signed-off-by: Yuri Shkuro <github@ysh.us>
Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.19%. Comparing base (7513b98) to head (821c24a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5411   +/-   ##
=======================================
  Coverage   95.19%   95.19%           
=======================================
  Files         346      346           
  Lines       16916    16916           
=======================================
  Hits        16104    16104           
  Misses        610      610           
  Partials      202      202           
Flag Coverage Δ
badger_v1 10.30% <ø> (ø)
badger_v2 6.47% <ø> (+0.05%) ⬆️
cassandra-3.x 18.15% <ø> (ø)
cassandra-4.x 18.15% <ø> (ø)
elasticsearch-5.x 21.03% <ø> (ø)
elasticsearch-6.x 21.01% <ø> (ø)
elasticsearch-7.x 21.07% <ø> (ø)
elasticsearch-8.x 21.25% <ø> (ø)
grpc_v1 12.63% <ø> (ø)
grpc_v2 11.53% <ø> (ø)
kafka 9.97% <ø> (ø)
opensearch-1.x 21.12% <ø> (ø)
opensearch-2.x 21.13% <ø> (ø)
unittests 91.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro added the changelog:ci Change related to continuous integration / testing label May 3, 2024
@yurishkuro yurishkuro marked this pull request as ready for review May 3, 2024 13:20
@yurishkuro yurishkuro requested a review from a team as a code owner May 3, 2024 13:20
@yurishkuro yurishkuro requested a review from albertteoh May 3, 2024 13:20
@yurishkuro yurishkuro merged commit 75067c5 into jaegertracing:main May 3, 2024
39 of 40 checks passed
@yurishkuro yurishkuro deleted the retry-codecov branch May 3, 2024 13:33
Pushkarm029 pushed a commit to Pushkarm029/jaeger that referenced this pull request May 4, 2024
## Which problem is this PR solving?
- Objective is to cut down on the number of CI failures that are often
due to codecov uploads failing
- Resolves jaegertracing#5173
- Supersedes and closes jaegertracing#5184

## Description of the changes
- Add a new helper action which encapsulates defining a CODECOV token
and uploading with retries

## How was this change tested?
- CI

---------

Signed-off-by: Yuri Shkuro <github@ysh.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:ci Change related to continuous integration / testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add retries to codecov uploads
2 participants