comparison .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
comparison
equal deleted inserted replaced
6946:f1912f901aa6 6947:623dcbf3a5b5
195 -v test/ --cov=roundup 195 -v test/ --cov=roundup
196 else 196 else
197 # python2 case 197 # python2 case
198 pytest -v -r a test/ --cov=roundup 198 pytest -v -r a test/ --cov=roundup
199 fi 199 fi
200 coverage lcov
201 200
202 - name: Upload coverage to Codecov 201 - name: Upload coverage to Codecov
203 # see: https://github.com/codecov/codecov-action#usage 202 # see: https://github.com/codecov/codecov-action#usage
204 uses: codecov/codecov-action@v3 203 uses: codecov/codecov-action@v3
205 with: 204 with:

Roundup Issue Tracker: http://roundup-tracker.org/