From 68c00dd33f33bad56be4f257e8a8aa98880d5e5f Mon Sep 17 00:00:00 2001 From: Pavel Strunkin Date: Mon, 27 Jul 2020 22:03:18 +0200 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3510f3a..706e7a9 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,7 +22,7 @@ jobs: - name: Unit tests run: npm run test:cov - - name: Codecov - uses: codecov/codecov-action@v1.0.11 + - name: Codacy Coverage Reporter + uses: codacy/codacy-coverage-reporter-action@0.2.0 with: project-token: ${{ secrets.CODACY_TOKEN }}