From 2fda9d33bc6144198c9245f72cd491d65a3b4832 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 12 Apr 2021 17:23:24 +0200 Subject: [PATCH] CI with codecov --- .github/workflows/buildReporting_Java11.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildReporting_Java11.yml b/.github/workflows/buildReporting_Java11.yml index 8fdd657a..393e414d 100644 --- a/.github/workflows/buildReporting_Java11.yml +++ b/.github/workflows/buildReporting_Java11.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Java CI with Maven +name: build on: push: @@ -23,3 +23,9 @@ jobs: distribution: 'adopt' - name: Build with Maven run: mvn clean install -e -P let_reporting + - uses: codecov/codecov-action@v1 + with: + flags: unittests # optional + name: codecov-umbrella # optional + fail_ci_if_error: true # optional (default = false) + verbose: true # optional (default = false)