Skip to content

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.7 to 5.9 #215

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.7 to 5.9

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.7 to 5.9 #215

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: 21
distribution: temurin
- name: Generate code coverage
run: mvn --batch-mode test
- uses: codecov/codecov-action@v5.4.0