Skip to content

Commit 93e0cce

Browse files
Remove Codecov upload steps from conformance tests
Signed-off-by: Landon Grindheim <[email protected]>
1 parent 8c2da1f commit 93e0cce

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ jobs:
9898
xfail: "${{ matrix.ruby != 'head' && matrix.ruby != '3.4' && 'test_verify_rejects_bad_tsa_timestamp' }}"
9999
environment: staging
100100
if: ${{ matrix.os }} == "ubuntu-latest"
101-
- name: Upload coverage reports to Codecov
102-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
103-
if: ${{ matrix.ruby }} == ${{ fromJson(needs.ruby-versions.outputs.latest) }} && ${{ matrix.os }} == "ubuntu-latest" && always()
104-
with:
105-
token: ${{ secrets.CODECOV_TOKEN }}
106-
slug: sigstore/sigstore-ruby
107101

108102
tuf-conformance:
109103
needs: ruby-versions
@@ -148,13 +142,6 @@ jobs:
148142
if: |
149143
${{ matrix.os }} == "ubuntu-latest"
150144
151-
- name: Upload coverage reports to Codecov
152-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
153-
if: ${{ matrix.ruby }} == ${{ fromJson(needs.ruby-versions.outputs.latest) }} && ${{ matrix.os }} == "ubuntu-latest" && always()
154-
with:
155-
token: ${{ secrets.CODECOV_TOKEN }}
156-
slug: sigstore/sigstore-ruby
157-
158145
smoketest:
159146
needs: ruby-versions
160147
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)