Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support custom XML config #6

Merged
merged 5 commits into from
Jul 19, 2024
Merged

Support custom XML config #6

merged 5 commits into from
Jul 19, 2024

Conversation

roxblnfk
Copy link
Member

@roxblnfk roxblnfk commented Jul 19, 2024

What was changed

Support custom XML config (./dload.xml by default)
added cli option --config

Checklist

Copy link

codecov bot commented Jul 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 101 lines in your changes missing coverage. Please review.

Files Coverage Δ Complexity Δ
src/Module/Downloader/Internal/DownloadContext.php 0.00% <ø> (ø) 1.00 <0.00> (ø)
src/Module/Repository/Internal/GitHub/Factory.php 0.00% <ø> (ø) 4.00 <0.00> (ø)
src/Command/ListSoftware.php 0.00% <0.00%> (ø) 5.00 <0.00> (+1.00)
src/Module/Common/Architecture.php 60.00% <0.00%> (ø) 5.00 <1.00> (ø)
src/Module/Common/OperatingSystem.php 0.00% <0.00%> (ø) 6.00 <1.00> (ø)
src/Module/Common/Stability.php 0.00% <0.00%> (ø) 3.00 <1.00> (ø)
.../Module/Common/Internal/Injection/ConfigLoader.php 0.00% <0.00%> (ø) 20.00 <0.00> (+1.00)
src/Module/Common/Config/Action/Download.php 0.00% <0.00%> (ø) 1.00 <1.00> (?)
...odule/Repository/Collection/ReleasesCollection.php 0.00% <0.00%> (ø) 8.00 <2.00> (-5.00)
src/Module/Common/Config/Embed/File.php 0.00% <0.00%> (ø) 1.00 <1.00> (?)
... and 7 more

@roxblnfk roxblnfk changed the title Add support custom XML config Support custom XML config Jul 19, 2024
@roxblnfk roxblnfk merged commit 49939d8 into master Jul 19, 2024
18 of 21 checks passed
@roxblnfk roxblnfk deleted the custom-config branch July 19, 2024 20:44
@roxblnfk roxblnfk linked an issue Jul 19, 2024 that may be closed by this pull request
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support XML config
1 participant