From 26e59bbb15aec764e3a1c3490c768a1e3f82f6d5 Mon Sep 17 00:00:00 2001 From: mairess Date: Tue, 23 Apr 2024 19:31:10 -0300 Subject: [PATCH] chore: change test script --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0146609..eacd15b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: run: | cd backend npm ci - npm run test:mocha + npm run test:coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: