ci: send coverage data to codecov.io
Now that we have coverage data, send it to codecov.io, the service already used by osbuild-composer, for visualization.
This commit is contained in:
parent
edb05b1683
commit
385d51b2ba
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,3 +26,5 @@ jobs:
|
|||
with:
|
||||
run: |
|
||||
pytest --cov-report=xml --cov=osbuild test/unit/
|
||||
- name: Send coverage to codecov.io
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue