Skip to content

#1761 fix jacoco configuration#1800

Merged
robfrank merged 1 commit intomainfrom
fix/1761-fix-coverage-report-enable-coverage-profile
Oct 30, 2024
Merged

#1761 fix jacoco configuration#1800
robfrank merged 1 commit intomainfrom
fix/1761-fix-coverage-report-enable-coverage-profile

Conversation

@robfrank
Copy link
Copy Markdown
Collaborator

What does this PR do?

#1761 fixes the jacoco configuration

Motivation

coverage is computed and then erased by wrong conf

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@robfrank robfrank merged commit 99ad963 into main Oct 30, 2024
@robfrank robfrank deleted the fix/1761-fix-coverage-report-enable-coverage-profile branch October 30, 2024 00:39
@codacy-production
Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+54.09%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (c8d68f8) 65162 0 0.00%
Head commit (a1afa0d) 71964 (+6802) 38924 (+38924) 54.09% (+54.09%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1800) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

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.

1 participant