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 65a4a5a commit 95f397bCopy full SHA for 95f397b
.github/actions/upload-coverage/action.yml
@@ -14,5 +14,5 @@ runs:
14
- uses: actions/upload-artifact@v4
15
with:
16
name: coverage-data-${{ env.COVERAGE_UUID }}
17
- path: .coverage
+ path: .coverage*/
18
include-hidden-files: true
.github/workflows/ci.yml
@@ -721,7 +721,6 @@ jobs:
721
uses: actions/upload-artifact/merge@v4
722
723
name: coverage-data
724
725
pattern: coverage-data-*
726
delete-merged: true
727
@@ -741,7 +740,6 @@ jobs:
741
740
uses: actions/download-artifact@v4
742
743
744
745
- run: pip install coverage
746
- name: Combine coverage
747
run: python -m coverage combine
0 commit comments