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

Add default package provider info for FreeBSD and DragonFly BSD #147

Merged
merged 3 commits into from
Mar 14, 2022
Merged

Add default package provider info for FreeBSD and DragonFly BSD #147

merged 3 commits into from
Mar 14, 2022

Conversation

kraileth
Copy link
Contributor

Successfully tested installing packages on FreeBSD without specifying the provider in the manifest. Default provider tested for dfly, too. It works but there's an issue with the actual package installation that I need to look into separately.

@rawkode
Copy link
Member

rawkode commented Mar 14, 2022

Thanks, @kraileth 🎉

@codecov-commenter
Copy link

Codecov Report

Merging #147 (9fa2687) into main (002a57f) will increase coverage by 2.89%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #147      +/-   ##
==========================================
+ Coverage   41.88%   44.77%   +2.89%     
==========================================
  Files          45       43       -2     
  Lines        1645     1541     -104     
==========================================
+ Hits          689      690       +1     
+ Misses        956      851     -105     
Impacted Files Coverage Δ
src/actions/package/providers/bsdpkg.rs 0.00% <0.00%> (ø)
src/actions/package/providers/mod.rs 18.18% <0.00%> (-1.82%) ⬇️
src/contexts/user.rs 0.00% <0.00%> (ø)
src/actions/file/mod.rs 0.00% <0.00%> (ø)
src/actions/directory/mod.rs 0.00% <0.00%> (ø)
src/actions/package/providers/yay.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/atoms/command/finalizers/output_contains.rs
... and 19 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 002a57f...9fa2687. Read the comment docs.

@rawkode rawkode merged commit 57ab632 into comtrya:main Mar 14, 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