Skip to content

Commit

Permalink
chore(deps): update kotlin to v0.8.2 (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Rodrigues <[email protected]>
  • Loading branch information
renovate[bot] and jonathanarodr authored Jun 28, 2024
1 parent 1cff301 commit e6a964d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- name: Run unit tests
run: ./gradlew testDebug --stacktrace

- name: Run code coverage
run: ./gradlew koverHtmlReportDebug --stacktrace

android-test:
if: ${{ vars.EXPERIMENTAL == 'true' }}
needs: [code-quality]
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ detektCore = "1.23.6"
detektCompose = "0.0.26"

# test
kotlinxKover = "0.8.1"
kotlinxKover = "0.8.2"
androidxArchCore = "2.2.0"
androidxTestCore = "1.6.0"
androidxTestRules = "1.6.1"
Expand Down

0 comments on commit e6a964d

Please sign in to comment.