Skip to content

Commit

Permalink
Adds include-hidden-files: true to tests.yml so that coverage actua…
Browse files Browse the repository at this point in the history
…lly uploads.
  • Loading branch information
56kyle committed Oct 26, 2024
1 parent bb38517 commit 6a5b503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_name}}/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
with:
name: coverage-data
path: ".coverage.*"
include-hidden-files: true

- name: Upload documentation
if: matrix.session == 'docs-build'
Expand Down

0 comments on commit 6a5b503

Please sign in to comment.