Files
query-orchestration/Taskfile.yml
T

14 lines
226 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