diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee666c09ab..0d211a5d3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,5 +75,5 @@ jobs: ls -lha ls -lha coverage python -m pip install coverage codecov-cli - coverage combine ./coverage + find ./coverage -print0 | xargs -0 coverage combine coverage xml