jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
10.19k stars 293 forks source link

fix: show password prompt when cloning and libgit2 is disabled #3138

Closed jdx closed 5 hours ago

github-actions[bot] commented 5 hours ago

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-main x -- echo 14.6 ± 0.4 14.0 18.6 1.02 ± 0.03
mise-2024.11.23 x -- echo 14.4 ± 0.3 13.8 15.6 1.00
mise x -- echo 14.8 ± 0.3 14.1 17.0 1.03 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-main env 11.3 ± 0.2 10.9 12.3 1.02 ± 0.03
mise-2024.11.23 env 11.1 ± 0.2 10.6 13.6 1.00
mise env 11.5 ± 0.6 11.0 18.3 1.04 ± 0.05

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-main hook-env 11.4 ± 0.3 10.9 13.9 1.03 ± 0.04
mise-2024.11.23 hook-env 11.1 ± 0.2 10.7 12.0 1.00
mise hook-env 11.5 ± 0.2 11.0 13.0 1.03 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-main ls 12.2 ± 0.3 11.7 14.6 1.02 ± 0.03
mise-2024.11.23 ls 12.0 ± 0.2 11.6 13.5 1.00
mise ls 12.4 ± 0.4 11.9 17.1 1.03 ± 0.04
codacy-production[bot] commented 5 hours ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: -12.44% :white_check_mark: 68.48%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (b1a6bf1d8767bbe56b079006e6a0379053e747c7) | 21665 | 17006 | 78.50% | | | Head commit (c91291abe62e21efe4cc6c7597bea251eefd35f3) | 43412 (+21747) | 28677 (+11671) | 66.06% (**-12.44%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#3138) | 92 | 63 | **68.48%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more