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

be more correct when it comes to env handling #338

Merged
merged 1 commit into from
Feb 17, 2020
Merged

be more correct when it comes to env handling #338

merged 1 commit into from
Feb 17, 2020

Conversation

KristofferC
Copy link
Member

Modifying env in a process is racy (JuliaLang/julia#34726). Instead, use a new, modified env for the invocation of the command

@codecov-io
Copy link

codecov-io commented Feb 17, 2020

Codecov Report

Merging #338 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #338   +/-   ##
=======================================
  Coverage   81.18%   81.18%           
=======================================
  Files           2        2           
  Lines         303      303           
=======================================
  Hits          246      246           
  Misses         57       57
Impacted Files Coverage Δ
src/PackageCompiler.jl 80.36% <100%> (ø) ⬆️

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 c45639a...79ec488. Read the comment docs.

@KristofferC KristofferC merged commit 01ec06a into master Feb 17, 2020
@KristofferC KristofferC deleted the kc/env branch February 17, 2020 12:37
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