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 bb50117 commit 6e958c3Copy full SHA for 6e958c3
.github/workflows/test.yml
@@ -72,7 +72,7 @@ jobs:
72
python setup.py install
73
74
- name: Run coverage
75
- run: coverage run setup.py test
+ run: coverage run tests/settings.py
76
continue-on-error: true
77
78
- name: Upload Coverage to Codecov
0 commit comments