From 522209b6325c783e13648cfe4c89b7cc9aa9f656 Mon Sep 17 00:00:00 2001 From: Natesh Mogera Date: Fri, 1 Sep 2023 14:37:19 +0530 Subject: [PATCH] changes codecov step --- .github/workflows/nodejs-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index a27f656..ef8faad 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -21,5 +21,12 @@ jobs: - run: npm test - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} + files: ./coverage1.xml,./coverage2.xml + flags: unittests + name: codecov + fail_ci_if_error: false + verbose: true env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}