Files
photoview/scripts/test_api_coverage.sh
2024-11-02 17:05:29 +01:00

6 lines
132 B
Bash
Executable File

#!/bin/sh
set -eu
cd $(dirname $0)/../api
go test ./... -v -database -filesystem -p 1 -coverprofile=coverage.txt -covermode=atomic