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

#325 - Add code coverage support improve #326

Merged

Conversation

miroslavpojer
Copy link
Contributor

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

Closes #325

- Added support for code coverage GitHub action check as part of PR.
- Used Absa fork of JaCoCo solution - with scala method filtering.
@miroslavpojer miroslavpojer self-assigned this Apr 20, 2023
@miroslavpojer miroslavpojer marked this pull request as ready for review April 20, 2023 12:44
@miroslavpojer miroslavpojer marked this pull request as draft April 20, 2023 12:45
- Extend existing yml file to add code coverage measuring as part of them.
@github-actions
Copy link

JaCoCo code coverage report - Scala 2.12 & Spark 3.2

There is no coverage information present for the Files changed

Total Project Coverage 69.39% 🍏

@github-actions
Copy link

JaCoCo code coverage report - Scala 2.13 & Spark 3.2

There is no coverage information present for the Files changed

Total Project Coverage 68.67% 🍏

@miroslavpojer miroslavpojer marked this pull request as ready for review April 21, 2023 06:33
- Improved title name to avoid confusion about version meaning.
pom.xml Outdated
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<version>0.8.9</version>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you please add the version back to the variable ${jacoco.version} and use it here? Just for consistency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in commit ede6725.

- Adding version variable for JaCoCo library.
@miroslavpojer miroslavpojer merged commit 6f03b40 into master Apr 27, 2023
@miroslavpojer miroslavpojer deleted the feature/325_Improve_code_coverage_add_GH_check_action 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.

Improve code-coverage & add GH check action
3 participants