Skip to content

#58: Improve number of necessary dependenices#68

Merged
Hirschfuchs merged 2 commits into
mainfrom
feature/#58-optimizations
Oct 22, 2025
Merged

#58: Improve number of necessary dependenices#68
Hirschfuchs merged 2 commits into
mainfrom
feature/#58-optimizations

Conversation

@Hirschfuchs
Copy link
Copy Markdown
Member

This change separates the dependencies, so that the ones, that are only required in the GUI, are only loaded in the GUI-build. Same for the CLI. That improves the number of dependencies drastically, at least for the small CLI-version.

- optional feature dependencies for each binary
- only necessary dependencies are downloaded
- optimizes especially the cli-version
@Hirschfuchs Hirschfuchs self-assigned this Oct 22, 2025
@Hirschfuchs Hirschfuchs added the refactoring ♻️ Something existing, which should be improved or optimized (no new features) label Oct 22, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 22, 2025

Codecov Report

❌ Patch coverage is 23.52941% with 13 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
build.rs 23.52% 13 Missing ⚠️
Files with missing lines Coverage Δ
build.rs 1.87% <23.52%> (-1.31%) ⬇️

... and 4 files with indirect coverage changes

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

@Hirschfuchs Hirschfuchs merged commit 53f0bf9 into main Oct 22, 2025
2 checks passed
@Hirschfuchs Hirschfuchs deleted the feature/#58-optimizations branch October 22, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring ♻️ Something existing, which should be improved or optimized (no new features)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant