Skip to content

Commit

Permalink
chore: setup quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAlJarrah committed Dec 24, 2024
1 parent a0d9714 commit 990e852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
java-version: 21
- name: Pull GraphQL Submodule
run: ./scripts/graphql/init.sh
- name: Build with Gradle
- name: Build Project & Run Unit-Tests
uses: gradle/actions/setup-gradle@v4
- run: gradle clean build
- working-directory: code
run: gradle clean build
2 changes: 1 addition & 1 deletion code/tasks-gradle/coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kover {
rule {
disabled = false
bound {
minValue = 100
minValue = 57
}
}
}
Expand Down

0 comments on commit 990e852

Please sign in to comment.