Skip to content

[dependency] Bump org.jenkins-ci.plugins:plugin from 6.2128.v999f813cd6c3 to 6.2138.v03274d462c13 #530

[dependency] Bump org.jenkins-ci.plugins:plugin from 6.2128.v999f813cd6c3 to 6.2138.v03274d462c13

[dependency] Bump org.jenkins-ci.plugins:plugin from 6.2128.v999f813cd6c3 to 6.2138.v03274d462c13 #530

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@v6
- uses: actions/setup-java@v5
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
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}