See if I can root out build files

This commit is contained in:
Justin Abrahms 2022-06-23 21:46:30 -05:00
parent 91c27a8ee7
commit d64e3e3de4
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 3 additions and 1 deletions

View File

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