Skip to content

Commit

Permalink
enable test coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanyang authored and fengyuanyang committed Oct 14, 2020
1 parent f339bb4 commit ba624a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
run: chmod +x gradlew
- name: Check code style
run: ./gradlew check
- name: Check coverage
run: ./gradlew jacocoTestCoverageVerification
- name: Build with Gradle
run: ./gradlew build
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jacocoTestCoverageVerification {
limit {
counter = 'LINE'
value = 'COVEREDRATIO'
minimum = 0.9
minimum = 0.95
}
excludes = [
'io.reflectoring.coverage.part.PartlyCovered',
Expand Down

0 comments on commit ba624a9

Please sign in to comment.