Skip to content

Commit fc8ef22

Browse files
authored
ci: fix upload of codecov data (#2116)
From latest release upload artifact will ignore hidden files by default, configure to don't ignore them when uploading converage data.
1 parent 60d98ea commit fc8ef22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ jobs:
3838
with:
3939
name: coverage-reports
4040
path: "**/.coverage*"
41+
include-hidden-files: true

0 commit comments

Comments
 (0)