Skip to content

Commit bf8fee3

Browse files
committed
coverage fix attempt
1 parent d58786e commit bf8fee3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,8 @@ jobs:
8181
pip install tox tox-gh-actions
8282
- name: Test with tox
8383
run: tox -e ${{ matrix.tox_env }}
84-
- name: Check content
85-
run: ls -la
8684
- name: Prepare artifacts
87-
run: mkdir -p .coverage-data && mv .coverage.* .coverage-data/
85+
run: mkdir -p .coverage-data && mv .coverage .coverage-data/
8886
- uses: actions/upload-artifact@master
8987
with:
9088
name: coverage-data

0 commit comments

Comments
 (0)