Skip to content

Commit 84db5a4

Browse files
Testing
1 parent 89795c3 commit 84db5a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test_3.8.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ jobs:
4848

4949
- name: Rename coverage results
5050
run: |
51+
echo "Working directory:"
52+
pwd
53+
echo "Before"
5154
ls -la
55+
echo "Renaming coverage file"
5256
mv .coverage .coverage.${{ matrix.python-version }}
57+
echo "After"
58+
ls -la
5359
5460
- name: Upload coverage results
5561
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)