File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7777 with :
7878 name : docs-site
7979 path : ./site/**
80+ include-hidden-files : true
8081
8182 # https://github.com/marketplace/actions/alls-green#why
8283 docs-all-green : # This job does nothing and is only used for the branch protection
Original file line number Diff line number Diff line change 7676 with :
7777 name : coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
7878 path : coverage
79+ include-hidden-files : true
80+
7981 coverage-combine :
8082 needs :
8183 - test
@@ -107,6 +109,7 @@ jobs:
107109 with :
108110 name : coverage-html
109111 path : htmlcov
112+ include-hidden-files : true
110113
111114 # https://github.com/marketplace/actions/alls-green#why
112115 alls-green : # This job does nothing and is only used for the branch protection
You can’t perform that action at this time.
0 commit comments