diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a10c14f..ffb67ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: - coverageCommand: pytest + coverageCommand: coverage run -m pytest build-push: name: Build + Push Image diff --git a/requirements-test.txt b/requirements-test.txt index d04dcac..aa2c3f4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ pytest==8.3.3 -pytest-cov==5.0.0 +coverage==7.6.1 httpx==0.27.2 flake8==7.1.1 \ No newline at end of file