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:
Christian Kellner 2020-09-14 17:01:02 +02:00
parent edb05b1683
commit 385d51b2ba

View file

@ -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)