diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-11 00:12:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 00:12:54 +0530 |
commit | 7d39bc0ae201361eb787055ccb0d5edcb31f83a2 (patch) | |
tree | f1f7154a7ecf17acd2bb45ed8735a4750203d0c7 /.github/workflows | |
parent | b59c4f068cd9f4791a78d94c3c75f7484423f977 (diff) |
Miscellaneous build and CI cleanups (#1587)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pull_request.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fd216614..b1eccac2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -224,12 +224,6 @@ jobs: with: arguments: koverXmlReport - - name: Collect coverage reports - if: ${{ steps.service-changed.outputs.result == 'true' }} - uses: gradle/gradle-build-action@v2.0.1 - with: - arguments: koverCollectReports - - name: Export coverage XMLs if: ${{ steps.service-changed.outputs.result == 'true' }} id: coverage-export |