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

#313 - add code coverage support #314

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

miroslavpojer
Copy link
Contributor

#313 - add code coverage support

  • update of scalaTest library versions
  • new pom file plugin JaCoCo
  • new pom file profile for "code coverage" measuring
  • updated readme file

Closes #313

- update of scalaTest library versions
- new pom file plugin JaCoCo
- new pom file profile for "code coverage" measuring
- updated readme file
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
</plugin>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the plugin coordinates need to be declared here? Seem like doing it once in code-coverage profile should be enough.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. It can be removed from build/plugins section. Tested locally. Current presence is not source of failure. There is planned another related improvement - excludes. I will remove it here. Are you ok with that?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, thanks

@miroslavpojer miroslavpojer merged commit 9ed1d27 into master Nov 1, 2022
@miroslavpojer miroslavpojer deleted the 313-add-code-coverage-support branch May 5, 2023 05:42
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.

Add code coverage support
3 participants