diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1e0bc826..f9b87377 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: ArtiomTr/jest-coverage-report-action@v2.1.3 with: - coverage-file: ./coverage/coverage-final.json - base-coverage-file: ./coverage/report-final.json + coverage-file: ../coverage/coverage-final.json + base-coverage-file: ../coverage/report-final.json test-script: npm test threshold: 90