Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrosi authored Mar 21, 2024
1 parent 6345a2e commit a4bad6e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,22 @@ jobs:
steps:
- name: Checkout project sources
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run Kover
run: ./gradlew koverReport

- name: Run build with Gradle Wrapper
run: ./gradlew build

- name: Run Kover
run: ./gradlew koverXmlReport

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit a4bad6e

Please sign in to comment.