Skip to content

Commit

Permalink
[TEST] ci: codecov: Fix merged coverage report path
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanosio committed May 15, 2024
1 parent 93247b2 commit 892b4e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,8 @@ jobs:
if: always()
uses: codecov/codecov-action@v4
with:
directory: ./coverage/reports
env_vars: OS,PYTHON
fail_ci_if_error: false
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
files: merged.xml
files: coverage/reports//merged.xml

0 comments on commit 892b4e7

Please sign in to comment.