Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Feature/7 debug build automation #31

Merged
merged 18 commits into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    adb9843 View commit details
    Browse the repository at this point in the history
  2. Add jacoco plugin

    TSampley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    78fcc1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceaa593 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c52bc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    182055f View commit details
    Browse the repository at this point in the history
  6. Add kover plugin

    TSampley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2962507 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d84a83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d288d0 View commit details
    Browse the repository at this point in the history
  9. move koin validation test to jvmTest

    - android context is not available unless using robolectric runner or instrumented test
    TSampley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    40b72fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1910d41 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e8d053e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5787268 View commit details
    Browse the repository at this point in the history
  13. Move unit tests to jvmTest

    - android context is not available to create sql delight data sources unless using robolectric test runner or instrumented tests
    TSampley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    067c7e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    346aede View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a22e795 View commit details
    Browse the repository at this point in the history
  16. Apply kover to all relevant project files

    - exclude api
    TSampley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2048c27 View commit details
    Browse the repository at this point in the history
  17. run reports from each app module

    - tests will be run implicitly to generate coverage reports
    TSampley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6040d6f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e0f23e4 View commit details
    Browse the repository at this point in the history