Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: handle tool_version parse failures #2105

Merged
merged 1 commit into from
May 14, 2024
Merged

fix: handle tool_version parse failures #2105

merged 1 commit into from
May 14, 2024

Conversation

jdx
Copy link
Owner

@jdx jdx commented May 14, 2024

Fixes #1727

@jdx jdx enabled auto-merge (squash) May 14, 2024 04:01
@jdx jdx merged commit ce3de29 into main May 14, 2024
7 checks passed
@jdx jdx deleted the handle-parse-failures branch May 14, 2024 04:05
Copy link

Code Coverage

Package Line Rate Complexity Health
src 87% 0
src.cli 83% 0
src.cli.alias 90% 0
src.cli.args 96% 0
src.cli.backends 95% 0
src.cli.cache 95% 0
src.cli.config 93% 0
src.cli.direnv 80% 0
src.cli.plugins 87% 0
src.cli.settings 93% 0
src.cli.sync 29% 0
src.cli.tasks 68% 0
src.config.config_file 91% 0
src.config 88% 0
src.forge 67% 0
src.plugins.core 55% 0
src.plugins 84% 0
src.shell 98% 0
src.toolset 83% 0
src.ui 77% 0
Summary 82% (14067 / 17215) 0

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.01% 88.89%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7178414) 17207 14058 81.70%
Head commit (345e32b) 17215 (+8) 14067 (+9) 81.71% (+0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2105) 54 48 88.89%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mise panics when encounter a regex in .terrfarom-version
1 participant