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)