diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 10164461aa..b303360aff 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -59,7 +59,7 @@ jobs: uses: VeryGoodOpenSource/very_good_coverage@v2 with: path: "./coverage/lcov.info" - min_coverage: 91.0 + min_coverage: 95.0 Graphql-Inspector: name: Runs Introspection on the github talawa-api repo on the schema.graphql file runs-on: ubuntu-latest @@ -79,4 +79,4 @@ jobs: run: git clone https://github.com/PalisadoesFoundation/talawa-api && ls -a - name: Validate Documents - run: graphql-inspector validate './src/GraphQl/**/*.ts' './talawa-api/schema.graphql' \ No newline at end of file + run: graphql-inspector validate './src/GraphQl/**/*.ts' './talawa-api/schema.graphql'