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