Skip to content

[dependency] Bump io.jenkins.tools.bom:bom-2.479.x from 3893.v213a_42768d35 to 4136.vca_c3202a_7fd1 #198

[dependency] Bump io.jenkins.tools.bom:bom-2.479.x from 3893.v213a_42768d35 to 4136.vca_c3202a_7fd1

[dependency] Bump io.jenkins.tools.bom:bom-2.479.x from 3893.v213a_42768d35 to 4136.vca_c3202a_7fd1 #198

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@v3.1.0