Skip to content

Bump multiplatform from 1.9.23 to 2.0.10 #213

Bump multiplatform from 1.9.23 to 2.0.10

Bump multiplatform from 1.9.23 to 2.0.10 #213

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: "temurin"
java-version: 21
cache: "gradle"
- name: Create test classes for testing
run: ./gradlew jvmTestClasses
- name: Test
run: ./gradlew koverXmlReport
- name: Upload coverage
uses: codecov/codecov-action@v3