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 f719900 commit 89795c3Copy full SHA for 89795c3
.github/workflows/test.yaml
@@ -42,6 +42,7 @@ jobs:
42
run: |
43
python -m pip install coverage
44
coverage --version
45
+ ls -la
46
coverage combine
47
48
- name: Create coverage report
.github/workflows/test_3.8.yaml
@@ -47,7 +47,9 @@ jobs:
run: pipenv run tox
49
- name: Rename coverage results
50
- run: mv .coverage .coverage.${{ matrix.python-version }}
+ run: |
51
52
+ mv .coverage .coverage.${{ matrix.python-version }}
53
54
- name: Upload coverage results
55
uses: actions/upload-artifact@v4
0 commit comments