CI with codecov

This commit is contained in:
anhefti 2021-04-12 17:23:24 +02:00
parent 43fe2afbb9
commit 2fda9d33bc

View file

@ -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)