Skip to content

Commit 0461c83

Browse files
committed
ah
1 parent 5320b81 commit 0461c83

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/test-coverage.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,10 @@ jobs:
5353
lcov -r lcov.info '*/build/*' -o lcov.info
5454
lcov --list lcov.info
5555
- name: codecov
56-
run: |
57-
curl https://uploader.codecov.io/verification.gpg | gpg --no-default-keyring --keyring trustedkeys.gpg --import
58-
curl -Os https://uploader.codecov.io/latest/linux/codecov
59-
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
60-
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
61-
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
62-
shasum -a 256 -c codecov.SHA256SUM
63-
chmod +x codecov
64-
./codecov -t ${{ secrets.CODECOV_TOKEN }} -C ${{ github.sha }} -B ${{ github.ref }} -f build/lcov.info
56+
uses: codecov/codecov-action@v4
57+
with:
58+
token: ${{ secrets.CODECOV_TOKEN }}
59+
file: build/lcov.info
6560

6661
linux-gcc-x64-avx512-spr:
6762
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)