From 30b46182fb4b2d46144e8ac8d0958a270b505bc0 Mon Sep 17 00:00:00 2001 From: lupemba Date: Tue, 4 Nov 2025 15:37:48 +0000 Subject: [PATCH] CI print code coverage --- .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 d0aab39..070d9ef 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,4 +22,4 @@ jobs: pip install -e .[test] - name: Test with pytest run: | - pytest metoppy/tests --cov=metoppy --cov-report=xml \ No newline at end of file + pytest metoppy/tests --cov=metoppy --cov-report=xml --cov-report=term \ No newline at end of file