Skip to content

build(deps-dev): Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 #905

build(deps-dev): Bump org.mockito:mockito-core from 5.11.0 to 5.12.0

build(deps-dev): Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 #905

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
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@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
file: ./target/site/jacoco/jacoco.xml