Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
  • Loading branch information
YarShev committed Sep 9, 2024
1 parent 95f397b commit 5b67b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ runs:
- uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ env.COVERAGE_UUID }}
path: .coverage*/
path: coverage*
include-hidden-files: true

0 comments on commit 5b67b35

Please sign in to comment.