From 3742037d6827d635e02aeb439ab9b9ae2db1546f Mon Sep 17 00:00:00 2001 From: Pablo Moreno Date: Sun, 24 Mar 2024 20:14:55 +0100 Subject: [PATCH] fix: remove codecov command --- .github/workflows/runtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index 100fa64..2894411 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -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: