From 5987496a413a093c4e1a56665926d52a9b0799ee Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:41:22 -0500 Subject: [PATCH] ci: Fix coverage call --- .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 1cbabed..b58714b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,5 @@ jobs: cache: pip cache-dependency-path: pyproject.toml - run: pip install .[test] - - run: coverage run --source=nightingale pytest -W error + - run: coverage run --source=nightingale -m pytest -W error - uses: coverallsapp/github-action@v2