Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

#218: Extended todo description #192

#218: Extended todo description

#218: Extended todo description #192

Workflow file for this run

---
name: codecov
on:
push:
branches:
- master
jobs:
codecov:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-
- run: mvn install -Pjacoco
- uses: codecov/codecov-action@v4
with:
file: ./target/site/jacoco/jacoco.xml
fail_ci_if_error: true