Skip to content

Commit 60de224

Browse files
authored
chore: disable codecov reporting (#1030)
Codecov integration isn't enabled for the repo so thsi disabled reporting of code coverage for the time being. Signed-off-by: Richard Case <richard.case@outlook.com>
1 parent 0158b5f commit 60de224

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1313
with:
14-
go-version-file: '${{ github.workspace }}/go.mod'
14+
go-version-file: "${{ github.workspace }}/go.mod"
1515
check-latest: true
1616
cache: false
1717
- name: Build
@@ -24,7 +24,7 @@ jobs:
2424
make test-with-cov
2525
env:
2626
CTR_SOCK_PATH: /run/containerd/containerd.sock
27-
- name: Upload coverage to Codecov
28-
run: bash <(curl -s https://codecov.io/bash)
29-
env:
30-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
27+
# - name: Upload coverage to Codecov
28+
# run: bash <(curl -s https://codecov.io/bash)
29+
# env:
30+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)