fix: tests
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: pip install -r requirements.test.txt
|
run: pip install -r requirements.test.txt
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
DJANGO_SETTINGS_MODULE: config.settings.develop
|
DJANGO_SETTINGS_MODULE: config.settings
|
||||||
run: pytest --cov && coverage xml
|
run: pytest --cov && coverage xml
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v4.0.1
|
uses: codecov/codecov-action@v4.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user