Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6947:623dcbf3a5b5
remove coverage lcov command
see if the github actions by coveralls can generate lcov files by itself.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 20:38:44 -0400 |
| parents | f1912f901aa6 |
| children | 078073f7d207 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Sep 10 20:24:33 2022 -0400 +++ b/.github/workflows/ci-test.yml Sat Sep 10 20:38:44 2022 -0400 @@ -197,7 +197,6 @@ # python2 case pytest -v -r a test/ --cov=roundup fi - coverage lcov - name: Upload coverage to Codecov # see: https://github.com/codecov/codecov-action#usage
