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 #35

Closed
miroslavpojer opened this issue Nov 9, 2022 · 3 comments · Fixed by #36, #39, #40 or #42
Closed

Add code coverage support #35

miroslavpojer opened this issue Nov 9, 2022 · 3 comments · Fixed by #36, #39, #40 or #42
Assignees
Labels
enhancement New feature or request

Comments

@miroslavpojer
Copy link
Collaborator

miroslavpojer commented Nov 9, 2022

Background

Add code coverage support to be able measure code quality.

Feature

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

Update:

  • Improve or add code coverage support to be able measure code quality.
  • New ability to measure current code coverage as one of QA metrics.
  • Add GH action to check changed file coverage.
@miroslavpojer miroslavpojer added the enhancement New feature or request label Nov 9, 2022
miroslavpojer added a commit that referenced this issue Nov 10, 2022
- added new plugin dependency
- extended `readme.md` file with how to get code coverage report
- extended build logic to add JaCoCo non-default settings
miroslavpojer added a commit that referenced this issue Nov 11, 2022
#35 - Add code coverage support
- Added support for generation of code coverage report.
@miroslavpojer
Copy link
Collaborator Author

Release notes:
#35 - Add code coverage support

  • Added support for generation of code coverage report.

@miroslavpojer miroslavpojer reopened this Nov 16, 2022
@miroslavpojer
Copy link
Collaborator Author

Reopen to fix existing solution. New version solve redundancy and format.

miroslavpojer added a commit that referenced this issue Nov 16, 2022
- fix redundancy and format
@miroslavpojer miroslavpojer self-assigned this Nov 16, 2022
miroslavpojer added a commit that referenced this issue Nov 16, 2022
- fix redundancy and format
miroslavpojer added a commit that referenced this issue Apr 20, 2023
- Added support for code coverage GitHub action check as part of PR.
- Used Absa fork of JaCoCo solution - with scala method filtering.
miroslavpojer added a commit that referenced this issue Apr 21, 2023
- Added support for code coverage GitHub action check as part of PR.
- Used Absa fork of JaCoCo solution - with scala method filtering.
@miroslavpojer
Copy link
Collaborator Author

Release notes:
#35 - Add code coverage support improve

  • Added support for code coverage GitHub action check as part of PR.
  • Used Absa fork of JaCoCo solution - with scala method filtering.

miroslavpojer added a commit that referenced this issue Apr 27, 2023
- Removed Code coverage check for spark 3.
miroslavpojer added a commit that referenced this issue Apr 27, 2023
- Removed Code coverage check for spark 3.
miroslavpojer added a commit that referenced this issue May 5, 2023
- Update Jacoco version to get fix.
- Bug: madrapps GH action uses not filtered summary information.
miroslavpojer added a commit that referenced this issue May 5, 2023
- Update Jacoco version to get fix.
- Bug: madrapps GH action uses not filtered summary information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment