diff --git a/.github/workflows/jest-coverage.yml b/.github/workflows/jest-coverage.yml new file mode 100644 index 000000000..8a40d0ad6 --- /dev/null +++ b/.github/workflows/jest-coverage.yml @@ -0,0 +1,11 @@ +name: 'jest-coverage' +on: + pull_request: + branches: + - develop +jobs: + coverage: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: ArtiomTr/jest-coverage-report-action@v2 \ No newline at end of file