Skip to content

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

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

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

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
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