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

feat: support for dynamic class config using wildcards and abstract class #114

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

mr3
Copy link
Collaborator

@mr3 mr3 commented Mar 14, 2023

Support for dynamic class config using wildcards and abstract class

  • infix: io.arex.inst.dynamic.*namicTest*
  • suffix: io.arex.inst.dynamic.*namicTestClass
  • prefix: io.arex.inst.dynamic.DynamicTest*
  • equals: io.arex.inst.dynamic.DynamicTestClass
  • abstract class or interface: ac:io.arex.inst.dynamic.AbstractDynamicTestClass

@mr3 mr3 added the enhancement ⭐ New feature or request label Mar 14, 2023
@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

Merging #114 (8de88b0) into main (d3484d5) will increase coverage by 0.24%.
The diff coverage is 94.11%.

@@             Coverage Diff              @@
##               main     #114      +/-   ##
============================================
+ Coverage     35.76%   36.01%   +0.24%     
- Complexity      843      858      +15     
============================================
  Files           197      197              
  Lines          7614     7645      +31     
  Branches        845      855      +10     
============================================
+ Hits           2723     2753      +30     
  Misses         4616     4616              
- Partials        275      276       +1     
Impacted Files Coverage Δ
...arex/inst/dynamic/DynamicClassInstrumentation.java 85.21% <94.11%> (+4.26%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Mar 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

96.7% 96.7% Coverage
0.0% 0.0% Duplication

@mr3 mr3 merged commit 48ca52e into main Mar 15, 2023
@mr3 mr3 deleted the feat-dynamic branch March 15, 2023 03:09
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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants