diff --git a/.github/actions/runTestsTaggedAs/action.yaml b/.github/actions/runTestsTaggedAs/action.yaml index 47d2f447241..89ec8da7e4b 100644 --- a/.github/actions/runTestsTaggedAs/action.yaml +++ b/.github/actions/runTestsTaggedAs/action.yaml @@ -47,4 +47,6 @@ runs: shell: bash - name: Code coverage results upload - uses: codecov/codecov-action@v4 \ No newline at end of file + uses: codecov/codecov-action@v4 + with: + codecov_yml_path: codecov.yml \ No newline at end of file