We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748d68b commit 0bdef81Copy full SHA for 0bdef81
.github/workflows/python.yaml
@@ -51,14 +51,13 @@ jobs:
51
run: poetry run coverage run --branch -m pytest tests
52
env:
53
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
54
- - name: debug ls
55
- run: ls -ahl
56
- name: Store coverage file
57
uses: actions/upload-artifact@v4
58
with:
59
name: coverage
60
path: .coverage.${{ matrix.python-version }}
61
if-no-files-found: error
+ include-hidden-files: true
62
report:
63
if: github.event_name != 'release'
64
needs: [test]
0 commit comments