Skip to content

build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 #975

build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2

build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 #975

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- 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@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
file: ./target/site/jacoco/jacoco.xml