Allow multiple locations using grep-style search: ```yaml - name: Publish Test Report uses: codecov/basic-test-results@v1 if: ${{ !cancelled() }} with: report_paths: "**/*.junit.xml" ```
Allow multiple locations using grep-style search: