We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7751b35 commit 3f780ecCopy full SHA for 3f780ec
.github/workflows/python-package.yml
@@ -51,12 +51,12 @@ jobs:
51
- name: Store coverage text results
52
uses: actions/upload-artifact@v6
53
with:
54
- name: coverage-text-${{ matrix.python-version }}
+ name: coverage-text-${{ matrix.os }}-py${{ matrix.python-version }}
55
path: coverage.txt
56
- name: Store coverage HTML results
57
58
59
- name: coverage-html-${{ matrix.python-version }}
+ name: coverage-html-${{ matrix.os }}-py${{ matrix.python-version }}
60
path: htmlcov/*
61
62
static_type_check:
0 commit comments