File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments