Skip to content

Commit c9a8fbd

Browse files
committed
Remove testing information
1 parent 1d4b9af commit c9a8fbd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
- name: Build and test
3636
run: mvn -B verify
3737

38-
- name: find exec files
39-
run: find . |& grep exec
40-
41-
- name: find jacoco files
42-
run: find . |& grep jacoco
43-
4438
- name: Upload test results
4539
if: always()
4640
uses: actions/upload-artifact@v4
@@ -65,5 +59,4 @@ jobs:
6559
if: ${{ !cancelled() }}
6660
uses: codecov/codecov-action@v5
6761
with:
68-
verbose: true
6962
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)