ci: add api coverage report using codecov

This commit is contained in:
jo 2022-06-29 12:18:59 +02:00 committed by Kyle Robbertze
parent 01f1902900
commit df9a6edf88
1 changed files with 7 additions and 0 deletions

View File

@ -68,3 +68,10 @@ jobs:
- name: Test
run: make test
working-directory: api
- name: Report coverage
uses: codecov/codecov-action@v3
with:
files: api/coverage.xml
flags: api
name: api