diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index da6c709..07b93df 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -38,22 +38,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} labels: kind/bug body: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} - - coverage: - name: Code coverage - needs: - - test - runs-on: ubuntu-latest - # Pull requests from the same repository won't trigger this checks as they were already triggered by the push - if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) - steps: - - name: Clone the code - uses: actions/checkout@v4 - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version: "1.20" - name: Send the coverage output uses: shogo82148/actions-goveralls@v1 with: - path-to-profile: cover.out \ No newline at end of file + path-to-profile: cover.out