Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6950:b9ac14d1f748
run only test module to speed up build.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 21:14:48 -0400 |
| parents | 887e9f880fe2 |
| children | 31c56e8dfefb |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Sep 10 21:11:42 2022 -0400 +++ b/.github/workflows/ci-test.yml Sat Sep 10 21:14:48 2022 -0400 @@ -192,11 +192,11 @@ -W "ignore:'U' mode::docutils.io" \ -W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" \ -W "ignore:unclosed file:ResourceWarning:enum" \ - -v test/ --cov=roundup + -v test/test_actions.py --cov=roundup coverage lcov else # python2 case - pytest -v -r a test/ --cov=roundup + pytest -v -r a test/test_actions.py --cov=roundup fi - name: Upload coverage to Codecov
