From 9354c5a8a7526d701f31efa2ff9473212181981d Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:17:13 -0400 Subject: [PATCH] ci: Use coverage directly, instead of pytest-cov --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a48cd03..713d465 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,5 @@ jobs: ./manage.py migrate ./manage.py makemigrations --check --dry-run ./manage.py check --fail-level WARNING - pytest -W error --cov cove_oc4ids --cov cove_project + coverage run --source=cove_oc4ids,cove_project -m pytest -W error - uses: coverallsapp/github-action@v2