Skip to content

Commit b79a0b6

Browse files
authored
Update tests.yml
1 parent 7f01896 commit b79a0b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: pip install -e .[optional]
3434
- name: Run tests and generate coverage report
3535
run: coverage run
36+
- run: |
37+
ls -la .
38+
ls -la ./coverage
39+
ls -la ./coverage/reports
3640
- name: Upload coverage to Codecov
3741
uses: codecov/codecov-action@v4
3842
with:

0 commit comments

Comments
 (0)