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 7f69a92 commit c0c8ff7Copy full SHA for c0c8ff7
.github/workflows/tests.yml
@@ -33,14 +33,9 @@ jobs:
33
run: pip install -e .[optional]
34
- name: Run tests and generate coverage report
35
run: pytest --cov=./ --cov-report=xml
36
- - run: |
37
- ls -la .
38
- ls -la ./.coverage
39
- ls -la ./.coverage/reports || true
40
- name: Upload coverage to Codecov
41
uses: codecov/codecov-action@v4
42
with:
43
- directory: ./.coverage/reports/
44
env_vars: OS,PYTHON,DJANGO
45
fail_ci_if_error: true
46
files: coverage.xml
0 commit comments