diff options
author | Tim Harder <radhermit@gmail.com> | 2021-03-04 02:41:04 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-03-04 02:41:04 -0700 |
commit | c857ce466e64693f387a870fc923ae3676ad4918 (patch) | |
tree | ce135a10f54baa3696a5cd268b06ed8570d7e06e /.github/workflows/test.yml | |
parent | use GentooCI checkset with pkgcheck scan --exit option (diff) | |
download | pkgdev-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/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
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 |