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

[builder]: Use testing.TB.TempDir instead of manually create and cleanup #5469

Merged
merged 2 commits into from
Jun 6, 2022

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Jun 3, 2022

Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com

@bogdandrutu bogdandrutu requested review from a team and tigrannajaryan June 3, 2022 11:37
@bogdandrutu bogdandrutu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jun 3, 2022
@codecov
Copy link

codecov bot commented Jun 3, 2022

Codecov Report

Merging #5469 (841e176) into main (8ed9e43) will decrease coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5469      +/-   ##
==========================================
- Coverage   90.88%   90.81%   -0.08%     
==========================================
  Files         192      193       +1     
  Lines       11425    11430       +5     
==========================================
- Hits        10384    10380       -4     
- Misses        819      827       +8     
- Partials      222      223       +1     
Impacted Files Coverage Δ
confmap/provider.go 89.47% <0.00%> (-10.53%) ⬇️
pdata/internal/common.go 94.61% <0.00%> (-0.77%) ⬇️
confmap/provider/envprovider/provider.go 100.00% <0.00%> (ø)
config/moved_configmap.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8ed9e43...841e176. Read the comment docs.

Fixes open-telemetry#5403

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

@bogdandrutu
Copy link
Member Author

@codeboten I know, but I made progress... I passed the previous error point :)))

@bogdandrutu bogdandrutu changed the title Fix TestGenerateAndCompileDefault on windows [builder]: Use testing.TB.TempDir instead of manually create and cleanup Jun 6, 2022
@bogdandrutu bogdandrutu merged commit a4289b4 into open-telemetry:main Jun 6, 2022
@bogdandrutu bogdandrutu deleted the fixwin branch June 6, 2022 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants