The goal here is relatively straight-forward: replace CircleCI with GitHub Actions for running tests on each commit. No code coverage support is expected in GitHub Actions, so all CodeCov support can be dropped going forward. Pretty much the only expectation is that go test -race -v is run for codf.
The goal here is relatively straight-forward: replace CircleCI with GitHub Actions for running tests on each commit. No code coverage support is expected in GitHub Actions, so all CodeCov support can be dropped going forward. Pretty much the only expectation is that
go test -race -vis run for codf.