Skip to content

build(deps): Bump plugin from 4.64 to 4.71 #785

build(deps): Bump plugin from 4.64 to 4.71

build(deps): Bump plugin from 4.64 to 4.71 #785

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-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '11'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./target/site/jacoco/jacoco.xml