github.com/42z-io/confik@v0.0.2-0.20231103050132-21d8f377356c/Taskfile.yaml (about)

     1  version: '3'
     2  
     3  tasks:
     4    test:
     5      cmds:
     6        - go test
     7  
     8    coverage:
     9      cmds:
    10        - go test -coverprofile cover.out .
    11        - go tool cover -html=cover.out