android_dbinspector icon indicating copy to clipboard operation
android_dbinspector copied to clipboard

Update bug report template

Open JonatanPlesko opened this issue 11 months ago • 3 comments

I noticed the incorrect library name in the template when reporting a bug, so I also took the chance to update the tech info examples to 2025 while at it.

JonatanPlesko avatar Jan 06 '25 11:01 JonatanPlesko

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@KCeh unfortunately, I cannot merge it since tests are failing on master. One issue is Mockk version, I needed to bump it to 1.13.4 to avoid a StackOverflowError. But another seems to be with verifying invoked coroutines and use cases in VM, and for that I didn't see an immediate solution.

I suggest that we plan to first fix the issues on master; I can merge this improvement later on.

JonatanPlesko avatar Jan 09 '25 11:01 JonatanPlesko