Skip to content

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.5 to 5.6 (#168) #338

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.5 to 5.6 (#168)

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.5 to 5.6 (#168) #338

Workflow file for this run

name: codecov
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: adopt
# requires by org.jenkins-ci.plugins:plugin:5.x
# can be deleted when default maven will be upgraded from 3.8.*
- uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Generate code coverage
run: mvn --batch-mode test
- uses: codecov/[email protected]