Skip to content

Commit 105fc79

Browse files
stephanosionashif
authored andcommitted
ci: codecov: Fix merged coverage report path
This commit updates the codecov workflow to specify the full coverage report file path under `files` because codecov-action v4 does not correctly process the `directory` parameter. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 861235a commit 105fc79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codecov.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,8 @@ jobs:
222222
if: always()
223223
uses: codecov/codecov-action@v4
224224
with:
225-
directory: ./coverage/reports
226225
env_vars: OS,PYTHON
227226
fail_ci_if_error: false
228227
verbose: true
229228
token: ${{ secrets.CODECOV_TOKEN }}
230-
files: merged.xml
229+
files: coverage/reports/merged.xml

0 commit comments

Comments
 (0)