We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c27a8 commit d64e3e3Copy full SHA for d64e3e3
.github/workflows/pullrequest.yml
@@ -20,11 +20,13 @@ jobs:
20
cache: maven
21
- name: Build with Maven
22
run: mvn --batch-mode --update-snapshots verify
23
+ - name: see generated files
24
+ run: find ./target
25
- name: Upload coverage to Codecov
26
uses: codecov/codecov-action@v2
27
with:
28
directory: lib/build
29
flags: unittests # optional
30
name: coverage # optional
31
fail_ci_if_error: true # optional (default = false)
- verbose: true # optional (default = false)
32
+ verbose: true # optional (default = false)
0 commit comments