ci: add api coverage report using codecov
This commit is contained in:
parent
01f1902900
commit
df9a6edf88
1 changed files with 7 additions and 0 deletions
7
.github/workflows/api.yml
vendored
7
.github/workflows/api.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue