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: