Mercurial > p > roundup > code
changeset 6949:887e9f880fe2
call coverage not codecov...
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 21:11:42 -0400 |
| parents | 078073f7d207 |
| children | b9ac14d1f748 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Sep 10 20:56:18 2022 -0400 +++ b/.github/workflows/ci-test.yml Sat Sep 10 21:11:42 2022 -0400 @@ -193,7 +193,7 @@ -W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" \ -W "ignore:unclosed file:ResourceWarning:enum" \ -v test/ --cov=roundup - codecov lcov + coverage lcov else # python2 case pytest -v -r a test/ --cov=roundup
