Skip to content

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

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

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

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- 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@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
file: ./target/site/jacoco/jacoco.xml