We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2f23e commit 7ecb413Copy full SHA for 7ecb413
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
name: coverage-data-${{ matrix.python-version }}
49
path: '${{ github.workspace }}/.coverage.*'
50
include-hidden-files: true
51
- if-no-files-found: true
+ if-no-files-found: error
52
53
coverage:
54
name: Coverage
0 commit comments