Skip to content

Commit d14b6d2

Browse files
authored
Add include-hidden-files: true to report-coverage action (#246)
1 parent de8364a commit d14b6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/report-coverage/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
name: coverage-data
2727
pattern: ${{ inputs.artifact_pattern }}
2828
delete-merged: true
29+
include-hidden-files: true
2930

3031
- name: Combine coverage & fail if it's <${{inputs.fail_under}}.
3132
shell: bash

0 commit comments

Comments
 (0)