aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_request.yml6
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