Skip to content

Commit

Permalink
ci: codecov back v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fchn289 committed Feb 9, 2024
1 parent bb49b21 commit a2a1c27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
./*gcov
./ut/CMakeFiles/UtLib.dir/domino/*PriDom*
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
if: always()
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
#env:
#CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# CODECOV_TOKEN=55fba278-ead7-4bb3-b6fd-41436731b8f7
with:
# token: d7cdb3cd-de1d-4c7d-aa24-1c668a445c03
file: ut/gcovr/cov.xml # optional
flags: ci_main # optional
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit a2a1c27

Please sign in to comment.