diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6000b955..7ce4bb26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: code-coverage-reports - path: ./test/coverage/*.xml + path: ./test/coverage/**.xml - name: Archive test results uses: actions/upload-artifact@v2