diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fdc93b58f..d912a4fcb 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -21,9 +21,10 @@ jobs: packagePAT: ${{ secrets.GITHUB_TOKEN }} run: | ./gradlew build codeCoverageReport --stacktrace --scan --console=plain --no-daemon - - name: Generate Codecov Report - if: github.event_name == 'pull_request' - uses: codecov/codecov-action@v1 +# - name: Generate Codecov Report +# if: github.event_name == 'pull_request' +# uses: codecov/codecov-action@v1 +# todo: uncomment this block when the issue with the code coverage report is resolved windows-build: