File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,10 @@ jobs:
53
53
lcov -r lcov.info '*/build/*' -o lcov.info
54
54
lcov --list lcov.info
55
55
- 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
65
60
66
61
linux-gcc-x64-avx512-spr :
67
62
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments