Skip to content

Commit

Permalink
[#9] Setup Kover
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Nov 1, 2023
1 parent 833ea1d commit c17eeb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
- name: Run Quality Jobs
uses: gradle/[email protected]
with:
arguments: check koverXmlReport --parallel
arguments: check koverMergedXmlReport --parallel

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

- name: Cancel other jobs if this fails
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compose = "1.5.1"
composeActivity = "1.7.2"
appcompat = "1.6.1"
atomicfu = "0.17.3"
kover = "0.7.4"
kover = "0.6.1"

[libraries]

Expand Down

0 comments on commit c17eeb6

Please sign in to comment.