Skip to content

Commit

Permalink
chore: disable codecov reporting (#1030)
Browse files Browse the repository at this point in the history
Codecov integration isn't enabled for the repo so thsi disabled
reporting of code coverage for the time being.

Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase authored Feb 17, 2025
1 parent 0158b5f commit 60de224
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: '${{ github.workspace }}/go.mod'
go-version-file: "${{ github.workspace }}/go.mod"
check-latest: true
cache: false
- name: Build
Expand All @@ -24,7 +24,7 @@ jobs:
make test-with-cov
env:
CTR_SOCK_PATH: /run/containerd/containerd.sock
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload coverage to Codecov
# run: bash <(curl -s https://codecov.io/bash)
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 60de224

Please sign in to comment.