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 code coverage support #2143

Closed
miroslavpojer opened this issue Oct 26, 2022 · 1 comment · Fixed by #2144
Closed

Add code coverage support #2143

miroslavpojer opened this issue Oct 26, 2022 · 1 comment · Fixed by #2144
Assignees
Labels
feature New feature priority: undecided Undecided priority to be assigned after discussion under discussion Requires consideration before a decision is made whether/how to implement

Comments

@miroslavpojer
Copy link
Collaborator

Background

Add code coverage support to be able measure code quality.

Feature

New ability to measure current code coverage as one of QA metrics.

@miroslavpojer miroslavpojer added feature New feature under discussion Requires consideration before a decision is made whether/how to implement priority: undecided Undecided priority to be assigned after discussion labels Oct 26, 2022
@miroslavpojer miroslavpojer self-assigned this Oct 26, 2022
miroslavpojer added a commit that referenced this issue Oct 26, 2022
- removed support for scoverage code coverage plugin
- updated versions of libraries related to testing: scalatest
- add support for jacoco code coverage by adding ne "code coverage profile"
miroslavpojer added a commit that referenced this issue Nov 7, 2022
- Moved skip.?.tests properties to correct location in pom file.
miroslavpojer added a commit that referenced this issue Nov 7, 2022
* #2143 Add code coverage support
- removed support for scoverage code coverage plugin
- updated versions of libraries related to testing: scalatest
- add support for jacoco code coverage by adding ne "code coverage profile"
- removed surefire plugin
@miroslavpojer
Copy link
Collaborator Author

Release notes:

  • removed support for scoverage plugin (code coverage )
  • add support for jacoco plugin (code coverage)
  • removed surefire plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature priority: undecided Undecided priority to be assigned after discussion under discussion Requires consideration before a decision is made whether/how to implement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant