diff --git a/.github/actions/runTestsTaggedAs/action.yaml b/.github/actions/runTestsTaggedAs/action.yaml index daa8420a0a6..7f72ef56b82 100644 --- a/.github/actions/runTestsTaggedAs/action.yaml +++ b/.github/actions/runTestsTaggedAs/action.yaml @@ -65,4 +65,4 @@ runs: - name: Code coverage results upload uses: codecov/codecov-action@v4 with: - codecov_yml_path: codecov.yml \ No newline at end of file + root_dir: /home/runner/work/kapua/kapua/ \ No newline at end of file