mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
ci: fix codecov action issue
This commit is contained in:
parent
1cf81a8e7c
commit
c3f33f87ba
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -36,9 +36,11 @@ jobs:
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: ${{ matrix.goVer == '1.18' }}
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: ./coverage1.txt,./coverage2.txt
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: Test Force SM4 Single Block with AES-NI
|
||||
run: go test -short ./sm4/...
|
||||
|
Loading…
x
Reference in New Issue
Block a user