ci: add api coverage report using codecov
This commit is contained in:
parent
01f1902900
commit
df9a6edf88
|
@ -68,3 +68,10 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: make test
|
||||||
working-directory: api
|
working-directory: api
|
||||||
|
|
||||||
|
- name: Report coverage
|
||||||
|
uses: codecov/codecov-action@v3
|
||||||
|
with:
|
||||||
|
files: api/coverage.xml
|
||||||
|
flags: api
|
||||||
|
name: api
|
||||||
|
|
Loading…
Reference in New Issue