diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3d55f2f5..74f899d9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,15 +42,15 @@ jobs: - name: Running tests run: mvn -B test - - name: Collecting reports - run: tar -cvf codecov-report.tar target/coverage-report/**/* +# - name: Collecting reports +# run: tar -cvf codecov-report.tar target/coverage-report/**/* - - name: Uploading test coverage - uses: actions/upload-artifact@v3 - with: - node-version: '16' - name: codecov-report - path: codecov-report.tar +# - name: Uploading test coverage +# uses: actions/upload-artifact@v3 +# with: +# node-version: '16' +# name: codecov-report +# path: codecov-report.tar - name: Collecting logfiles if: success() || failure()