Skip to content

#532 - Add code coverage support - Jacoco #533

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

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

miroslavpojer
Copy link
Contributor

  • added new plugin dependency
  • extended readme.md file with how to get code coverage report
  • extended build logic to add JaCoCo non-default settings

Closes #532

- added new plugin dependency
- extended readme.md file with how to get code coverage report
- extended build logic to add JaCoCo non-default settings
@yruslan
Copy link
Collaborator

yruslan commented Nov 21, 2022

After this is merged we can remove sbt-scoverage from the project, right?

Comment on lines +1436 to +1444
### How to generate Code coverage report
```sbt
sbt jacoco
```
Code coverage will be generated on path:
```
{local-path}\fixed-width\target\scala-2.XY\jacoco\report\html
```

Copy link
Collaborator

Choose a reason for hiding this comment

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

This might be extra

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I was in doubt if it even needed to place in readme when I saw that file. Remove it?

@miroslavpojer
Copy link
Contributor Author

After this is merged we can remove sbt-scoverage from the project, right?

It depends. You are used to use it. So now we can compare additional value of both.

@yruslan
Copy link
Collaborator

yruslan commented Nov 23, 2022

Happy to leave scoverage for now.

I'd ask a small thing. Please, use Rebase&Merge when you are ready. We use 'Create Merge Commit' only for artifact releases to ensure the commit is signed and matches 100% the artifact. Rebasing is the way to go for other changes.

@miroslavpojer miroslavpojer merged commit 42f2770 into master Nov 23, 2022
@miroslavpojer miroslavpojer deleted the feature/532-add-code-coverage-support-jacoco branch November 23, 2022 10:28
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 - JaCoCo
3 participants