Skip to content

build(deps): Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.83 #915

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

build(deps): Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.83 #915

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- 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@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
with:
file: ./target/site/jacoco/jacoco.xml