Skip to content

Commit

Permalink
WIP Configure Codecov reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Jan 2, 2024
1 parent d912e65 commit 1b1e617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./build/reports/jacoco/test/ # ./build/reports/kover/
files: ./build/reports/jacoco/test/jacocoTestReport.xml # ./build/reports/kover/report.xml
directory: ./build/reports/kover/
files: ./build/reports/kover/report.xml
verbose: true

- name: Upload test coverage to Code Climate
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fun isLinux(): Boolean {

@Suppress("DSL_SCOPE_VIOLATION") // https://youtrack.jetbrains.com/issue/KTIJ-19369
plugins {
base
application
jacoco
id("com.github.nbaztec.coveralls-jacoco") version "1.2.16"
Expand Down

0 comments on commit 1b1e617

Please sign in to comment.