Skip to content

Commit

Permalink
Add include-hidden-files: true to report-coverage action (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 10, 2024
1 parent de8364a commit d14b6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/report-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
name: coverage-data
pattern: ${{ inputs.artifact_pattern }}
delete-merged: true
include-hidden-files: true

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

0 comments on commit d14b6d2

Please sign in to comment.