PaloAltoNetworks / a3s

Auth As A Service
Apache License 2.0
8 stars 5 forks source link

make test does not find gocov and gocov-xml. #41

Closed sseeeff closed 2 years ago

sseeeff commented 2 years ago

Maybe make test should install missing deps.

gocov convert ./unit_coverage.cov | gocov-xml > ./coverage.xml /bin/bash: gocov-xml: command not found /bin/bash: gocov: command not found make: *** [test] Error 127