Skip to content

build(deps): Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.9.0 to 2.0.10 #932

build(deps): Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.9.0 to 2.0.10

build(deps): Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.9.0 to 2.0.10 #932

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
name: Tests with coverage
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
with:
file: ./target/site/jacoco/jacoco.xml