Skip to content

Update existing logger lines #20

Update existing logger lines

Update existing logger lines #20

Workflow file for this run

name: Codecov
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codecov:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for mvnw
run: chmod +x mvnw
- name: Build jacoco file during verify stage
run: ./mvnw clean verify
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3.1.3
with:
files: target/site/jacoco/jacoco.xml