Skip to content

Commit

Permalink
chore: 优化单测覆盖率上传路径 --story=119460096 #433
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang authored Sep 9, 2024
1 parent c084f18 commit eabc8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ 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 }}
directory: src/backend
file: src/backend/coverage.xml

0 comments on commit eabc8ae

Please sign in to comment.