aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-04 02:41:04 -0700
committerTim Harder <radhermit@gmail.com>2021-03-04 02:41:04 -0700
commitc857ce466e64693f387a870fc923ae3676ad4918 (patch)
treece135a10f54baa3696a5cd268b06ed8570d7e06e /.github
parentuse GentooCI checkset with pkgcheck scan --exit option (diff)
downloadpkgdev-c857ce466e64693f387a870fc923ae3676ad4918.tar.gz
pkgdev-c857ce466e64693f387a870fc923ae3676ad4918.tar.bz2
pkgdev-c857ce466e64693f387a870fc923ae3676ad4918.zip
github: show output summary of coverage
As well as generating the xml file for codecov.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
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