From 423887b314b4fd0f778b5631ea82b6f6705c4bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Tue, 27 Jul 2021 17:11:44 +0200 Subject: [PATCH] ci: setup codecov --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc13e4c..e589c92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,12 @@ jobs: - run: npm run lint:api - run: npm run test:cov + - name: Upload coverage results to codecov + uses: codecov/codecov-action@v2 + with: + flags: unittests,api + verbose: true # optional (default = false) + - name: Archive code coverage results uses: actions/upload-artifact@v2 with: