diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8199ede..3633a4e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,19 +28,4 @@ jobs: - name: test run: go test -coverprofile coverage.out -covermode atomic ./... - name: Send coverage - uses: shogo82148/actions-goveralls@v1 - with: - github-token: ${{ secrets.github_token }} - path-to-profile: coverage.out - parallel: true - job-number: ${{ strategy.job-index }} - - finish: - runs-on: ubuntu-latest - needs: test - steps: - - name: finish coverage report - uses: shogo82148/actions-goveralls@v1 - with: - github-token: ${{ secrets.github_token }} - parallel-finished: true + uses: codecov/codecov-action@v1 diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..cd96b59 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +comment: false +github_checks: false