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

tasks: use shebang #1566

Merged
merged 1 commit into from
Jan 31, 2024
Merged

tasks: use shebang #1566

merged 1 commit into from
Jan 31, 2024

Conversation

jdx
Copy link
Owner

@jdx jdx commented Jan 31, 2024

if a task in a config file starts with "#!" it will be saved to disk and executed as a file

note: this seems to not work correctly in linux so it's still a WIP

Copy link

codacy-production bot commented Jan 31, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.72% 90.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0e38477) 16237 13534 83.35%
Head commit (eb780f0) 16243 (+6) 13656 (+122) 84.07% (+0.72%)

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 (#1566) 20 18 90.00%

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

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

@jdx jdx force-pushed the mise-tasks branch 12 times, most recently from d20a266 to de0b0dc Compare January 31, 2024 14:55
@jdx jdx changed the title convert more things to mise tasks from just tasks: use shebang Jan 31, 2024
@jdx jdx force-pushed the mise-tasks branch 2 times, most recently from 9c71d47 to a7110ec Compare January 31, 2024 15:03
@jdx jdx enabled auto-merge (squash) January 31, 2024 15:11
@jdx jdx disabled auto-merge January 31, 2024 15:13
@jdx jdx merged commit e9b036e into main Jan 31, 2024
9 checks passed
@jdx jdx deleted the mise-tasks branch January 31, 2024 15:13
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.

1 participant