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

Unify agents filters #21

Closed
shanshin opened this issue Oct 11, 2021 · 1 comment · Fixed by #86
Closed

Unify agents filters #21

shanshin opened this issue Oct 11, 2021 · 1 comment · Fixed by #86

Comments

@shanshin
Copy link
Collaborator

Jacoco uses wildcard like * in filters for the agent, IntelliJ agent uses regular expressions.
This makes it difficult to switch between agents. It is necessary to design a solution to this problem or document it and leave it as is.

shanshin added a commit that referenced this issue Dec 3, 2021
All filters for both engines now use only `*` and `?` wildcards.
Resolves #21
shanshin added a commit that referenced this issue Dec 8, 2021
All filters for both engines now use only `*` and `?` wildcards.
Resolves #21
@shanshin
Copy link
Collaborator Author

Implemented in 0.5.0-RC.
Now only the characters '*' or '?' are used as wildcards for both IntelliJ and JaCoCo agents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant