Skip to content

Bump codecov/codecov-action from a7b945cea47ad44d8340fae2b004cb982191264f to a15c0e43ca6bf783765f61cb1c13ca6a2152644e #803

Bump codecov/codecov-action from a7b945cea47ad44d8340fae2b004cb982191264f to a15c0e43ca6bf783765f61cb1c13ca6a2152644e

Bump codecov/codecov-action from a7b945cea47ad44d8340fae2b004cb982191264f to a15c0e43ca6bf783765f61cb1c13ca6a2152644e #803

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
strategy:
matrix:
os: ["windows-2022", "ubuntu-22.04"]
name: Tests (${{ matrix.os }}) with coverage
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.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@a15c0e43ca6bf783765f61cb1c13ca6a2152644e # v4.0.0
with:
file: ./target/site/jacoco/jacoco.xml