11 Commits

Author SHA1 Message Date
cc33616663 Switch to kover for code coverage
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 4m16s
2025-10-14 22:18:11 +02:00
e66199d0dd Make sonar build faster and happier
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 10m23s
2025-10-12 15:42:17 +02:00
255a61cf56 Coverage reporting improvements
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 8m48s
- add coverage to sonar
- coverage in domain and commonUI
2025-10-12 14:11:25 +02:00
1527ab0cb0 Add SonarQube scan workflow
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 18m19s
This commit introduces a Gitea workflow to trigger
SonarQube scans on pushes to the `main` branch and
on pull requests.
2025-07-21 15:02:12 +02:00
Christian Basler
fe45a0255c Add app icons for desktop 2025-05-30 06:06:51 +02:00
9175e54c69 Improvements
try to make it run on Android (still unsuccessful)
2024-08-18 10:38:20 +02:00
a29c117b85 Fix some rendering issues 2024-07-23 00:11:16 +02:00
5b97b789a5 Add minor improvements 2024-07-02 23:11:53 +02:00
1f588e6596 Restructure project
* use modules instead of source sets
* Kotlin JVM instead of multiplatform (for now) to make things simpler
* Warning: GameCell doesn't use mutableState anymore, this needs to be
           fixed for the UI to work!
2024-07-02 10:53:04 +02:00
f891dea885 Add and improve domain (WIP) 2024-06-11 11:04:02 +02:00
Christian Basler
1b9c8633c9 Initial commit
(Multiplatform project template)
2024-04-29 17:14:43 +02:00