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

Add Jacoco to pom.xml for Enhanced Code Coverage #2793

Closed
marevol opened this issue Jan 1, 2024 · 0 comments
Closed

Add Jacoco to pom.xml for Enhanced Code Coverage #2793

marevol opened this issue Jan 1, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Jan 1, 2024

We're planning to integrate Jacoco into our project to improve our code coverage analysis. This change will be implemented in the pom.xml file. The specific modifications include:

  1. Modification of the <argLine> tag to include @{argLine} along with the existing ${test.command.args}.
  2. Addition of the Jacoco Maven plugin with groupId org.jacoco and artifactId jacoco-maven-plugin.

These changes will enable us to have a more thorough understanding of our test coverage, ensuring better software quality.

@marevol marevol added the task label Jan 1, 2024
@marevol marevol added this to the 14.12.0 milestone Jan 1, 2024
@marevol marevol self-assigned this Jan 1, 2024
@marevol marevol closed this as completed in 9faf65a Jan 1, 2024
marevol added a commit that referenced this issue Jan 1, 2024
marevol added a commit that referenced this issue Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant