Skip to content

Commit a4666ec

Browse files
authored
Update python-publish.yml
1 parent a9de666 commit a4666ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ jobs:
4747
black --check src/i2g tests
4848
4949
- name: Run tests with coverage
50+
env:
51+
PYTHONPATH: src
5052
run: |
5153
pytest --cov=i2g --cov-report=xml
5254
5355
- name: Upload coverage report
5456
uses: actions/upload-artifact@v4
5557
with:
56-
name: coverage-report
58+
name: coverage-report-${{ matrix.python-version }}-${{ github.run_id }}
5759
path: coverage.xml
5860

5961
publish:

0 commit comments

Comments
 (0)