From 4a4e22733db43e09663a0450cf9fd0aa840f41a8 Mon Sep 17 00:00:00 2001 From: Cyrille Derche Date: Fri, 13 Sep 2024 19:20:53 +0200 Subject: [PATCH] migrate to coverage --- .github/workflows/ci.yml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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