googleinterns / cloud-operations-api-mock

Apache License 2.0
5 stars 2 forks source link

Add test coverage to CI #29

Open the-ericwang35 opened 4 years ago

the-ericwang35 commented 4 years ago

We can check test coverage by using the -cover flag when running tests (go get golang.org/x/tools/cmd/cover first). It would be nice to add this to the CI

https://coveralls.io/ seems useful