Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Gopkg.toml * Update Gopkg.lock * Add new test-coverage command * Update .gitignore to ignore coverage.out * Test injection of COVERALLS_TOKEN variable * Add draft of .travis.yml * Rm recursive coveralls token * Ensure that goveralls gets installed * Rm second Go version * Update workflow with coverage testing * Change service from argo to argo-ci * Rm .travis.yml * Try setting coveralls token more explicitly * Try file-based instead of env-based token * Try both methods of providing token * Go back to just env-based token * Update with another printout test * Try using container, thanks @alexmt * Simplify for now, take 2 * Rm quotes * Move env to ci-builder template * Rm coveralls token * Add coverage badge for current branch, take 2 * Add else statement for output in case of missing token * Ensure we use the race detector * Don't install goveralls with dep ensure * Update generated files * Try ignoring intermediate files * Don't use race detector for now * Try new pattern to ignore * Try different pattern now * Try different ignore path * Try a different ignore style * Ignore generated protobuf files properly now * Rm standalone test since we have test-coverage
- Loading branch information