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 bee1643 commit cd13aa9Copy full SHA for cd13aa9
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
python setup.py install
39
40
- name: Run coverage
41
- run: coverage run test/settings.py
+ run: coverage run tests/settings.py
42
43
- name: Upload Coverage to Codecov
44
uses: codecov/codecov-action@v5
0 commit comments