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

[feat] add "env" context #151

Merged
merged 1 commit into from
Mar 16, 2022
Merged

[feat] add "env" context #151

merged 1 commit into from
Mar 16, 2022

Conversation

icepuma
Copy link
Member

@icepuma icepuma commented Mar 16, 2022

  • reads environment variables and injects them into own context

- reads environment variables and injects them into own context
@codecov-commenter
Copy link

Codecov Report

Merging #151 (34fde6e) into main (3a8e7e7) will increase coverage by 3.89%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #151      +/-   ##
==========================================
+ Coverage   48.79%   52.68%   +3.89%     
==========================================
  Files          47       48       +1     
  Lines        1863     1767      -96     
==========================================
+ Hits          909      931      +22     
+ Misses        954      836     -118     
Impacted Files Coverage Δ
src/contexts/env.rs 100.00% <100.00%> (ø)
src/contexts/mod.rs 84.05% <100.00%> (+3.70%) ⬆️
src/actions/directory/mod.rs 0.00% <0.00%> (ø)
src/actions/package/providers/yay.rs 0.00% <0.00%> (ø)
src/actions/package/providers/bsdpkg.rs 0.00% <0.00%> (ø)
src/actions/package/providers/winget.rs 0.00% <0.00%> (ø)
src/actions/package/providers/homebrew.rs 0.00% <0.00%> (ø)
src/contexts/os.rs 96.42% <0.00%> (+0.13%) ⬆️
src/actions/file/copy.rs 14.06% <0.00%> (+0.42%) ⬆️
src/actions/file/link.rs 92.92% <0.00%> (+0.92%) ⬆️
... and 20 more

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 3a8e7e7...34fde6e. Read the comment docs.

@rawkode rawkode merged commit 37f599f into comtrya:main Mar 16, 2022
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.

None yet

3 participants