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

Merge pull request #50 from eo-cqrs/h1alexbel-patch-1-1 #5

Merge pull request #50 from eo-cqrs/h1alexbel-patch-1-1

Merge pull request #50 from eo-cqrs/h1alexbel-patch-1-1 #5

Workflow file for this run

name: codecov
on:
push:
branches:
- master
jobs:
codecov:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 17
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-
- run: mvn install -Pjacoco -Dinvoker.skip
- uses: codecov/codecov-action@v1
with:
files: qulice-spi/target/site/jacoco/jacoco.xml,qulice-checkstyle/target/site/jacoco/jacoco.xml,qulice-pmd/target/site/jacoco/jacoco.xml,qulice-ant/target/site/jacoco/jacoco.xml,qulice-maven-plugin/target/site/jacoco/jacoco.xml
fail_ci_if_error: true