Skip to content

Commit

Permalink
ci: fix upload of codecov data (#2116)
Browse files Browse the repository at this point in the history
From latest release upload artifact will ignore hidden files by
default, configure to don't ignore them when uploading converage data.
  • Loading branch information
xrmx authored Sep 4, 2024
1 parent 60d98ea commit fc8ef22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
with:
name: coverage-reports
path: "**/.coverage*"
include-hidden-files: true

0 comments on commit fc8ef22

Please sign in to comment.