Skip to content

fixes #3519: adds a Gradle groovy dsl example #3529

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

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

bric3
Copy link
Contributor

@bric3 bric3 commented Dec 6, 2024

Adds a Gradle groovy DSL example for the agent configuration

Fixes #3519

Checklist

  • Read the contributing guide
  • PR should be motivated, i.e. what does it fix, why, and if relevant how
  • If possible / relevant include an example in the description, that could help all readers
    including project members to get a better picture of the change
  • Avoid other runtime dependencies
  • Meaningful commit history ; intention is important please rebase your commit history so that each
    commit is meaningful and help the people that will explore a change in 2 years
  • The pull request follows coding style
  • Mention Fixes #<issue number> in the description if relevant
  • At least one commit should mention Fixes #<issue number> if relevant

@bric3 bric3 force-pushed the add-groovy-dsl-example branch from 80fe24c to 86898e7 Compare December 6, 2024 18:30
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.63%. Comparing base (3819ca8) to head (86898e7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #3529   +/-   ##
=========================================
  Coverage     85.63%   85.63%           
  Complexity     2953     2953           
=========================================
  Files           341      341           
  Lines          8969     8969           
  Branches       1115     1115           
=========================================
  Hits           7681     7681           
  Misses         1000     1000           
  Partials        288      288           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TimvdLippe TimvdLippe merged commit c6d9123 into main Dec 7, 2024
18 checks passed
@TimvdLippe TimvdLippe deleted the add-groovy-dsl-example branch December 7, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instructions on configuring mockito as agent lacks a Gradle Groovy DSL example (currently only Kotlin DSL)
3 participants