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