Closed smoser closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
a34ebfa
) 54.24% compared to head (045d32a
) 5.72%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This seems to be a transient failure, but is legitimate issue.
When coverage binary is being used, this test case could fail with:
The /stacker/.coverage file was being updated by the stacker binary itself. This is just a race condition based on when the file gets written to and when it was being collected by tar.
The change is just to only have tar collect the .cpio files.
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.