CI with codecov
This commit is contained in:
parent
43fe2afbb9
commit
2fda9d33bc
1 changed files with 7 additions and 1 deletions
8
.github/workflows/buildReporting_Java11.yml
vendored
8
.github/workflows/buildReporting_Java11.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue