Upload coverage files to codecov

Add a github action task to upload the coverage files
to codecov after the unit tests are complete.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2023-02-10 15:39:45 -07:00 committed by Till Maas
parent 482560f43a
commit 0905ccdbf9

View file

@ -69,6 +69,10 @@ jobs:
*) toxenvs="${toxenvs},coveralls" ;;
esac
TOXENV="$toxenvs" lsr_ci_runtox
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
python-26:
runs-on: ubuntu-latest
steps: