Skip to content

Commit 6a5b503

Browse files
committed
Adds include-hidden-files: true to tests.yml so that coverage actually uploads.
1 parent bb38517 commit 6a5b503

File tree

1 file changed

+1
-0
lines changed
  • {{cookiecutter.project_name}}/.github/workflows

1 file changed

+1
-0
lines changed

{{cookiecutter.project_name}}/.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
with:
102102
name: coverage-data
103103
path: ".coverage.*"
104+
include-hidden-files: true
104105

105106
- name: Upload documentation
106107
if: matrix.session == 'docs-build'

0 commit comments

Comments
 (0)