|
Ran
|
Jobs
1
|
Files
38
|
Run time
1min
|
Badge
README BADGES
|
push
github
feat: implement Flutter SDK download via URL (#166) * first trial to download via url * fix bugs * debugging * debugging * debugging * debugging * debugging dong * migration file io to inmemory operations * complete. need more test cases * chore: update dependencies - Add reqwest for HTTP client - Add zip and xz2 for archive handling Closes #162 * clean up * messages * add msg * tweak a bit * fix: add OpenSSL dependency configuration to CI workflow * fix: configure cross for musl targets with OpenSSL * fix: correct xargo configuration in cross config * fix: correct cross configuration format according to cargo config spec * fix: fix CI * fix: simplify Cross.toml configuration to resolve TOML parsing error * fix: update pre-build commands to use array format in Cross.toml * add an overload * test(install): verify Flutter SDK executables after installation - Add assertions to check existence of dart and flutter executables - Verify executable permissions on Unix systems - Configure test to run only on supported platforms: - Mac x86_64 - Mac Apple Silicon - Linux x86_64 * chore: update Cargo.lock with new dependencies * refactor: replace deprecated rand::thread_rng() with rand::rng() * skip `flutter doctor` * test: test unzip as well * refactor: renaming * refactor: address linter * Revert "refactor: address linter" This reverts commit 873dae47e. * refactor: address linter
273 of 290 new or added lines in 6 files covered. (94.14%)
5760 of 6031 relevant lines covered (95.51%)
558.06 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 4 |
97.5 |
-0.69% | src/service/install/install_service.rs |
| 13 |
95.14 |
-4.01% | src/sdk_service/remote_repository.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15651459188.1 | 38 |
95.51 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|