Skip to content

Commit

Permalink
🐛 [CI] Added path fixing to Codecov analisys to fix 'unusable report'…
Browse files Browse the repository at this point in the history
… error

Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Feb 4, 2025
1 parent c2112f3 commit 8c0def6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/runTestsTaggedAs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ runs:
shell: bash

- name: Code coverage results upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
with:
codecov_yml_path: codecov.yml

0 comments on commit 8c0def6

Please sign in to comment.