Skip to content

Conversation

@roxblnfk
Copy link
Member

@roxblnfk roxblnfk commented Apr 11, 2025

What was changed

  • Support loading not archived binaries
  • Binary config separated into embedded entity
  • Mon-binary files can be loaded without arch/os checks
  • Added param extract-path to download action

Close #21

@roxblnfk roxblnfk added the enhancement New feature or request label Apr 11, 2025
@codecov
Copy link

codecov bot commented Apr 11, 2025

Codecov Report

Attention: Patch coverage is 10.05917% with 152 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/Module/Downloader/Downloader.php 0.00% 96 Missing ⚠️
src/DLoad.php 0.00% 22 Missing ⚠️
.../Module/Common/Internal/Injection/ConfigLoader.php 0.00% 11 Missing ⚠️
src/Module/Archive/Internal/NullArchive.php 50.00% 7 Missing ⚠️
src/Module/Common/Config/Embed/Binary.php 0.00% 6 Missing ⚠️
...ule/Downloader/Internal/BinaryExistenceChecker.php 0.00% 6 Missing ⚠️
...rc/Module/Common/Internal/Attribute/XPathEmbed.php 0.00% 2 Missing ⚠️
src/Module/Archive/Internal/PharAwareArchive.php 83.33% 1 Missing ⚠️
src/Module/Common/Config/Embed/Software.php 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
src/Info.php 0.00% <ø> (ø) 5.00 <0.00> (ø)
src/Module/Archive/ArchiveFactory.php 91.42% <100.00%> (-8.58%) 12.00 <0.00> (+2.00) ⬇️
src/Module/Archive/Internal/Archive.php 100.00% <100.00%> (ø) 4.00 <1.00> (ø)
src/Module/Common/Config/Action/Download.php 0.00% <ø> (ø) 1.00 <0.00> (ø)
src/Module/Archive/Internal/PharAwareArchive.php 53.84% <83.33%> (-3.30%) 6.00 <1.00> (ø)
src/Module/Common/Config/Embed/Software.php 0.00% <0.00%> (ø) 3.00 <0.00> (+1.00)
...rc/Module/Common/Internal/Attribute/XPathEmbed.php 0.00% <0.00%> (ø) 1.00 <1.00> (?)
src/Module/Common/Config/Embed/Binary.php 0.00% <0.00%> (ø) 1.00 <1.00> (?)
...ule/Downloader/Internal/BinaryExistenceChecker.php 0.00% <0.00%> (ø) 5.00 <3.00> (ø)
src/Module/Archive/Internal/NullArchive.php 50.00% <50.00%> (ø) 6.00 <6.00> (?)
... and 3 more

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@roxblnfk roxblnfk merged commit 01a8089 into master Apr 12, 2025
19 of 21 checks passed
@roxblnfk roxblnfk deleted the cdd branch April 12, 2025 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support loading for not archived binaries

2 participants