Skip to content

build(deps): Bump org.jenkins-ci.plugins:plugin from 4.71 to 5.2099.v68c2f5e27299 #1125

build(deps): Bump org.jenkins-ci.plugins:plugin from 4.71 to 5.2099.v68c2f5e27299

build(deps): Bump org.jenkins-ci.plugins:plugin from 4.71 to 5.2099.v68c2f5e27299 #1125

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
with:
file: ./target/site/jacoco/jacoco.xml