Skip to content

Commit

Permalink
[#3386] Move kover to last working version with all modules (#3387)
Browse files Browse the repository at this point in the history
This reverts commit 7739461.

(cherry picked from commit 2a9db7f)
  • Loading branch information
mustafaozhan committed May 16, 2024
1 parent 81022ac commit 5f80c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,13 @@ jobs:
uses: Oztechan/Global/actions/[email protected]

- name: Run Quality Jobs
run: ./gradlew check koverMergedXmlReport --parallel
run: ./gradlew koverXmlReport --parallel

- name: Upload Coverage Report
uses: actions/[email protected]
with:
name: coverageReport
path: build/reports/kover/merged/xml/report.xml
path: build/reports/kover/report.xml

- name: Cancel other jobs if this fails
if: failure()
Expand Down

0 comments on commit 5f80c2a

Please sign in to comment.