Files
query-orchestration/Taskfile.yml
T

25 lines
469 B
YAML
Raw Normal View History

2025-01-10 11:12:03 +00:00
---
2024-12-19 11:38:57 +00:00
# https://taskfile.dev
version: "3"
2024-12-19 11:38:57 +00:00
includes:
lib:
taskfile: scripts/Taskfile.yml
flatten: true
vars:
2024-12-24 17:13:48 +00:00
IMAGE_NAME: queryorchestration
2025-01-07 13:06:43 +00:00
COVERAGE_THRESHOLD: 80
FUNCTION_COVERAGE_THRESHOLD: 60
tasks:
default:
desc: "Show every available task (alias for `task help`)"
cmds:
- task: help
help:
desc: "Show every available task in this project"
silent: true
cmds:
- task --list-all --sort=alphanumeric