diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c05971d1..4750cb6d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,7 +22,10 @@ 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 - name: Setup PostgreSQL uses: Harmon758/postgresql-action@v1.0.0