From 7495fc1da46ba5611f4456c52b0b4c1d4bc172ae Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Sat, 1 Jul 2023 23:44:25 +0200 Subject: [PATCH] build: add test coverage workflow --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 80182a7..db49e89 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v3 - uses: ArtiomTr/jest-coverage-report-action@v2 with: - test-script: npm test -- \ No newline at end of file + test-script: npm test --