Update main.yml

This commit is contained in:
GengTeng
2023-09-30 11:49:42 +08:00
committed by GitHub
parent f9269dc55f
commit 9740ab55a6

View File

@@ -87,3 +87,8 @@ jobs:
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
file: './lcov.info' file: './lcov.info'
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}