diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index c8cead9..537bc99 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -32,3 +32,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: test run: make test + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}