We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e386bc0 commit c2ca37bCopy full SHA for c2ca37b
.github/workflows/tests.yml
@@ -82,7 +82,7 @@ jobs:
82
uses: "actions/upload-artifact@v4"
83
with:
84
name: coverage-data-${{ matrix.python }}-${{ matrix.os }}
85
- path: ".coverage.*"
+ path: ".coverage/*"
86
87
- name: Upload documentation
88
if: matrix.session == 'docs-build'
0 commit comments