ci: fix codecov action issue

This commit is contained in:
Sun Yimin 2024-05-29 08:47:46 +08:00 committed by GitHub
parent 1cf81a8e7c
commit c3f33f87ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,10 +36,12 @@ jobs:
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
if: ${{ matrix.goVer == '1.18' }} if: ${{ matrix.goVer == '1.18' }}
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v4
with: with:
files: ./coverage1.txt,./coverage2.txt files: ./coverage1.txt,./coverage2.txt
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Test Force SM4 Single Block with AES-NI - name: Test Force SM4 Single Block with AES-NI
run: go test -short ./sm4/... run: go test -short ./sm4/...
env: env: