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 5e4ec33 commit 6a2975fCopy full SHA for 6a2975f
.github/workflows/build.yml
@@ -44,5 +44,5 @@ jobs:
44
- name: Archive code coverage results
45
uses: actions/upload-artifact@v4
46
with:
47
- name: code-coverage-report
+ name: code-coverage-report-${{ matrix.os }}-${{ matrix.python-version }}
48
path: coverage_html_report/**
0 commit comments