mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
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:
parent
482560f43a
commit
0905ccdbf9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/python-unit-test.yml
vendored
4
.github/workflows/python-unit-test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue