14 Commits

Author SHA1 Message Date
Kirill Kamakin
5dc7365b34 Update Kotlin to 2.0.0 (#276) 2024-06-30 15:37:40 +00:00
Kirill Kamakin
c03c65a96b Add Kotlinx Kover test coverage calculator (#199)
* Add Kotlin Kover

* Add AuthKtorConfiguration tests

* Ensure at least 25% code coverage

* Exclude Previews from code coverage

* Specify Kover report path for SonarQube

* Add Kover xml report task

* Extract sonar to a separate step

* Add some exclusions and minimum coverage

* Exclude Hilt-generated classes

* Add shopping list view model tests

* Reduce the coverage requirement
2024-02-17 10:43:36 +01:00
Kirill Kamakin
7c02a8341d Fix displaying recipe ingredient note twice (#197)
* Update README.md

* Bump version to 35

* Cleanup dependencies

* Bump versions of dependencies

* Save isFood/disableAmount flags to db

* Fix displaying ingredient note twice

* Remove whitespace after note is extracted
2024-01-14 10:44:21 +00:00
Kirill Kamakin
888783bf14 Update dependencies (#172)
* Remove rootCoverage

* Bump versions of dependencies

* Update GitHub Actions dependencies
2023-10-15 22:08:31 +02:00
Kirill Kamakin
df459d5512 Fix test coverage report for submodules 2022-12-16 17:13:45 +01:00
Kirill Kamakin
d62ce1a74e Remove Google Analytics and Crashlytics 2022-11-22 19:50:29 +01:00
Kirill Kamakin
bd6652560f Fix absent coverage for Robolectric tests 2022-11-13 13:28:38 +01:00
Kirill Kamakin
d80ae83c7d Move plugin versions to version catalog 2022-08-01 22:23:12 +02:00
Kirill Kamakin
51687437c0 Start working on extraction of versions 2022-08-01 21:14:54 +02:00
Kirill Kamakin
f63ad611ba Use version catalog for root plugins 2022-07-30 23:06:39 +02:00
Kirill Kamakin
b82f75ab22 Use camelCase for Kotlin property names 2022-07-29 22:16:37 +02:00
Kirill Kamakin
64e089bf63 Remove unused plugin 2022-07-29 22:12:41 +02:00
Kirill Kamakin
cdd4e58b4e Remove redundant braces 2022-07-29 21:50:25 +02:00
Kirill Kamakin
8193db9498 Migrate to Kotlin DSL 2022-07-29 21:43:07 +02:00