fix: remove codecov command
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Run tests
|
||||
env:
|
||||
DJANGO_SETTINGS_MODULE: config.settings.develop
|
||||
run: pytest --cov && coverage xml && bash <(curl -s https://codecov.io/bash)
|
||||
run: pytest --cov && coverage xml
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v4.0.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user