Skip to content

Commit

Permalink
infra(BE-121"): kover support
Browse files Browse the repository at this point in the history
 - add koverVerify
  • Loading branch information
hanrw committed Nov 22, 2023
1 parent 088ac34 commit 8f15b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: 17
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew clean build koverXmlReport
run: ./gradlew clean build koverVerify koverXmlReport
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 8f15b0f

Please sign in to comment.