mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 01:04:59 +00:00
No longer necessary now that we're on v1alpha4. Test coverage for v1alpha4 and the user facing guides will be added back soon for use both in the holos repo and in Unity.
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#! /bin/bash
|
|
set -xeuo pipefail
|
|
go test -coverprofile=coverage.out ./...
|