mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
Fix gqlgen (#1105)
This commit is contained in:
5
scripts/test_api_coverage.sh
Executable file
5
scripts/test_api_coverage.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
cd $(dirname $0)/../api
|
||||
go test ./... -v -database -filesystem -p 1 -coverprofile=coverage.txt -covermode=atomic
|
||||
Reference in New Issue
Block a user