Skip to content

Commit

Permalink
infra(BE-121"): kover support
Browse files Browse the repository at this point in the history
 - add cache
  • Loading branch information
hanrw committed Nov 22, 2023
1 parent ccc91f0 commit 1db63f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 17
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew clean build koverXmlReport
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 1db63f0

Please sign in to comment.