ci: fix code coverage not sync to CodeCov (#3570)

This commit is contained in:
oldme
2024-05-10 17:44:01 +08:00
committed by GitHub
parent ff28d88572
commit 74338c498e

View File

@ -244,3 +244,4 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
with:
flags: go-${{ matrix.go-version }}-${{ matrix.goarch }}
token: ${{ secrets.CODECOV_TOKEN }}