From 18edeb65ffcd9aae66aa11471895710968e351a6 Mon Sep 17 00:00:00 2001 From: Pavel Strunkin Date: Mon, 20 Jul 2020 16:55:17 +0200 Subject: [PATCH 1/2] Update workflow.yml --- .github/workflows/workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c05971d1..76cd7928 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -23,6 +23,9 @@ jobs: - name: Unit tests run: npm run test + + - name: Codecov + uses: codecov/codecov-action@v1.0.11 - name: Setup PostgreSQL uses: Harmon758/postgresql-action@v1.0.0 From cc8245dbd7842bb8c5a76c42f749f95d70e01cab Mon Sep 17 00:00:00 2001 From: Pavel Strunkin Date: Mon, 20 Jul 2020 17:02:31 +0200 Subject: [PATCH 2/2] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 76cd7928..4750cb6d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,7 +22,7 @@ jobs: run: npm ci - name: Unit tests - run: npm run test + run: npm run test:cov - name: Codecov uses: codecov/codecov-action@v1.0.11