Skip to content

build(deps): Bump commons-io:commons-io from 2.17.0 to 2.18.0 #985

build(deps): Bump commons-io:commons-io from 2.17.0 to 2.18.0

build(deps): Bump commons-io:commons-io from 2.17.0 to 2.18.0 #985

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
name: Tests with coverage
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
file: ./target/site/jacoco/jacoco.xml