0ebb8a21a1
Clean Up Testing and Linting * somescriptcleanup * mostgolangci * deplatest * imageversions * usingscratch * movedqueuefrtesting * finishedunittesting * linting * taskfilecontext
13 lines
188 B
YAML
13 lines
188 B
YAML
---
|
|
# https://taskfile.dev
|
|
|
|
version: '3'
|
|
|
|
includes:
|
|
lib:
|
|
taskfile: scripts/Taskfile.yml
|
|
flatten: true
|
|
vars:
|
|
IMAGE_NAME: queryorchestration
|
|
COVERAGE_THRESHOLD: 80
|