See if I can root out build files
This commit is contained in:
parent
91c27a8ee7
commit
d64e3e3de4
|
|
@ -20,6 +20,8 @@ jobs:
|
|||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn --batch-mode --update-snapshots verify
|
||||
- name: see generated files
|
||||
run: find ./target
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
|
|
@ -27,4 +29,4 @@ jobs:
|
|||
flags: unittests # optional
|
||||
name: coverage # optional
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
verbose: true # optional (default = false)
|
||||
verbose: true # optional (default = false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue