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 77
77
with :
78
78
name : docs-site
79
79
path : ./site/**
80
+ include-hidden-files : true
80
81
81
82
# https://github.com/marketplace/actions/alls-green#why
82
83
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 76
76
with :
77
77
name : coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
78
78
path : coverage
79
+ include-hidden-files : true
80
+
79
81
coverage-combine :
80
82
needs :
81
83
- test
@@ -107,6 +109,7 @@ jobs:
107
109
with :
108
110
name : coverage-html
109
111
path : htmlcov
112
+ include-hidden-files : true
110
113
111
114
# https://github.com/marketplace/actions/alls-green#why
112
115
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