We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49abfe commit efe191dCopy full SHA for efe191d
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
steps:
67
- uses: actions/download-artifact@v4
68
with:
69
- name: coverage-*
+ pattern: coverage-*
70
merge-multiple: true
71
- name: Install coverage
72
run: pip install coverage
0 commit comments