Skip to content

Bump org.jenkins-ci.plugins:plugin from 4.64 to 4.76 #756

Bump org.jenkins-ci.plugins:plugin from 4.64 to 4.76

Bump org.jenkins-ci.plugins:plugin from 4.64 to 4.76 #756

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
strategy:
matrix:
os: ["windows-2019", "ubuntu-22.04"]
name: Tests (${{ matrix.os }}) with coverage
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '11'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
file: ./target/site/jacoco/jacoco.xml