Skip to content

build(deps-dev): Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 #1034

build(deps-dev): Bump org.mockito:mockito-core from 5.16.1 to 5.17.0

build(deps-dev): Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 #1034

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
with:
file: ./target/site/jacoco/jacoco.xml