diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32adc5e..ab44bc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: - name: Combine coverage reports run: | - coverage combine artifact/**/.coverage_* + coverage combine artifact/.coverage_* ls -alR - name: Upload coverage report