Skip to content

Commit c0c8ff7

Browse files
authored
Update tests.yml
1 parent 7f69a92 commit c0c8ff7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ jobs:
3333
run: pip install -e .[optional]
3434
- name: Run tests and generate coverage report
3535
run: pytest --cov=./ --cov-report=xml
36-
- run: |
37-
ls -la .
38-
ls -la ./.coverage
39-
ls -la ./.coverage/reports || true
4036
- name: Upload coverage to Codecov
4137
uses: codecov/codecov-action@v4
4238
with:
43-
directory: ./.coverage/reports/
4439
env_vars: OS,PYTHON,DJANGO
4540
fail_ci_if_error: true
4641
files: coverage.xml

0 commit comments

Comments
 (0)