diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b8dee9..f8cd092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,6 @@ jobs: - name: Test run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic + + - name: Codecov + uses: codecov/codecov-action@v1.0.7