From df9a6edf889f49cbdb0ebe099455029a48c9b0aa Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 29 Jun 2022 12:18:59 +0200 Subject: [PATCH] ci: add api coverage report using codecov --- .github/workflows/api.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 7f00ba0a9..76ed47707 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -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