From c857ce466e64693f387a870fc923ae3676ad4918 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 4 Mar 2021 02:41:04 -0700 Subject: github: show output summary of coverage As well as generating the xml file for codecov. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef79ea3..d845447 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: env: PY_COLORS: 1 run: | - pytest -n auto --cov --cov-report=xml -v + pytest -n auto --cov --cov-report=term --cov-report=xml -v - name: Submit code coverage to codecov uses: codecov/codecov-action@v1 -- cgit v1.2.3-65-gdbad