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

ci: fix upload order #559

Merged
merged 1 commit into from
Nov 21, 2023
Merged

ci: fix upload order #559

merged 1 commit into from
Nov 21, 2023

Conversation

rchincha
Copy link
Contributor

Uploading artifacts before code coverage appears to impact coverage stats. Perhaps there is a cleanup involved. So do it after.

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Uploading artifacts before code coverage appears to impact coverage
stats. Perhaps there is a cleanup involved. So do it after.

Signed-off-by: Ramkumar Chinchani <[email protected]>
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cd153e6) 5.72% compared to head (6afbd0d) 54.24%.

Additional details and impacted files
@@            Coverage Diff             @@
##            main     #559       +/-   ##
==========================================
+ Coverage   5.72%   54.24%   +48.52%     
==========================================
  Files         64       64               
  Lines       7473     7473               
==========================================
+ Hits         428     4054     +3626     
+ Misses      6982     2728     -4254     
- Partials      63      691      +628     

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

@rchincha rchincha merged commit 53bc049 into project-stacker:main Nov 21, 2023
11 checks passed
@smoser
Copy link
Contributor

smoser commented Nov 21, 2023

@rchincha , Did you have any evidence behind your assumption that the order of upload caused the problem?

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.

2 participants