We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a50b1f commit 3fb39a7Copy full SHA for 3fb39a7
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/upload-artifact@v7
47
with:
48
name: coverage-data-${{ matrix.python-version }}
49
- path: '${{ github.workspace }}/.coverage.*'
+ path: '${{ github.workspace }}/.coverage/*'
50
include-hidden-files: true
51
if-no-files-found: error
52
@@ -70,7 +70,7 @@ jobs:
70
- name: Download data
71
uses: actions/download-artifact@v8
72
73
- path: ${{ github.workspace }}
+ path: .coverage
74
pattern: coverage-data-*
75
merge-multiple: true
76
0 commit comments