fix: remove codecov command

This commit is contained in:
2024-03-24 20:14:55 +01:00
parent bd4504af12
commit 3742037d68
+1 -1
View File
@@ -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: