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

Create a custom Gradle plugin to configure testing #469

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

MGaetan89
Copy link
Member

@MGaetan89 MGaetan89 commented Mar 13, 2024

Pull request

Description

Following the same pattern introduced in #468, this PR creates a new Gradle plugin to configure testing in Android library modules. Specifically, it:

  • sets the default test runner
  • include Android resources in tests
  • configure Kover
  • enable stacktrace on failing tests

Changes made

  • Self-explanatory

Checklist

  • Your branch has been rebased onto the main branch.
  • APIs have been properly documented (if relevant).
  • The documentation has been updated (if relevant).
  • New unit tests have been written (if relevant).
  • The demo has been updated (if relevant).
  • All pull request status checks pass.

@MGaetan89 MGaetan89 added the enhancement New feature or request label Mar 13, 2024
@MGaetan89 MGaetan89 added this to the 1.0.0 milestone Mar 13, 2024
@MGaetan89 MGaetan89 self-assigned this Mar 13, 2024
Copy link

Code Coverage

Overall Project 53.38% 🟢

There is no coverage information present for the Files changed

@StaehliJ StaehliJ added this pull request to the merge queue Mar 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 14, 2024
@MGaetan89 MGaetan89 added this pull request to the merge queue Mar 14, 2024
Merged via the queue into main with commit 3e69226 Mar 14, 2024
10 checks passed
@MGaetan89 MGaetan89 deleted the improve_test_module_config branch March 14, 2024 08:42
@MGaetan89 MGaetan89 mentioned this pull request Mar 14, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants