Skip to content

Commit

Permalink
ci: fix codecov action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored May 29, 2024
1 parent 1cf81a8 commit c3f33f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ 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/...
env:
Expand Down

0 comments on commit c3f33f8

Please sign in to comment.