Skip to content

Commit

Permalink
Merge pull request #433 from OrenZhang/main
Browse files Browse the repository at this point in the history
chore: 优化单测覆盖率上传路径 --story=119460096
  • Loading branch information
OrenZhang authored Sep 9, 2024
2 parents a1c084b + 62aa2ac commit 9f7b6dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
cd src/backend
pytest --cov=.
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: src/backend/coverage.xml
fail_ci_if_error: true

0 comments on commit 9f7b6dd

Please sign in to comment.