diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 538f020..6a40f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,13 @@ jobs: - name: Run tests run: make test + - name: Upload coverage to Coveralls + if: matrix.go == 'stable' + uses: coverallsapp/github-action@v2 + with: + file: coverage.out + format: golang + - name: Run example tests run: make test-examples diff --git a/README.md b/README.md index 1ae5f85..4d9e9bd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@

Go Reference Build Status +Coverage Status Mentioned in Awesome Go