We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d755c commit 79d8097Copy full SHA for 79d8097
.github/workflows/check.yml
@@ -84,6 +84,8 @@ jobs:
84
uses: actions/upload-artifact@v4
85
with:
86
path: .coverage
87
+ if-no-files-found: error
88
+ include-hidden-files: true
89
name: coverage-${{ matrix.python-version }}
90
91
test-rustpython:
@@ -108,6 +110,8 @@ jobs:
108
110
109
111
112
113
114
115
name: coverage-rustpython
116
117
mypy:
0 commit comments