diff --git a/.github/workflows/coverags.yaml b/.github/workflows/coverags.yaml new file mode 100644 index 00000000..2d343f22 --- /dev/null +++ b/.github/workflows/coverags.yaml @@ -0,0 +1,11 @@ +name: "Compute Coverage" +on: + pull_request: + branches: + - develop +jobs: + coverage: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: ArtiomTr/jest-coverage-report-action@v2