push
github
Replace Travis CI with Github Actions (#64) * Add basic Github Actions workflow file * Give the build job a name which includes the go version * Checkout submodules in the Github workflow * Flip around gofmt and go test in the Github workflow so the most important errors are shown first * Replace Github workflow Go version 1.21 with stable * Replace the Travis CI badge with a Github Actions badge in the README * Remove Travis CI file * Add goveralls to the Github workflow * Only install goveralls when building with Go stable in the Github workflow * Try to fix goveralls in Github workflow * Try to fix goveralls in Github workflow * Update Coveralls badge * Only run coverage on the master branch in the Github workflow * Use the Go version in the go.mod file instead of using a matrix * Revert "Use the Go version in the go.mod file instead of using a matrix" This reverts commit 12bbfc461.
1026 of 2183 relevant lines covered (47.0%)
3496647.41 hits per line