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

Fix coverage calculation with jacoco #774

Merged
merged 1 commit into from
Jun 30, 2022

Conversation

kwin
Copy link
Collaborator

@kwin kwin commented Jun 30, 2022

This closes #773

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@kwin kwin force-pushed the bugfix/coverage-calculation branch from bf60676 to 83abaec Compare June 30, 2022 08:13
@codecov
Copy link

codecov bot commented Jun 30, 2022

Codecov Report

❗ No coverage uploaded for pull request base (develop@14fb37e). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop     #774   +/-   ##
==========================================
  Coverage           ?   29.46%           
  Complexity         ?      479           
==========================================
  Files              ?      155           
  Lines              ?     3974           
  Branches           ?      545           
==========================================
  Hits               ?     1171           
  Misses             ?     2649           
  Partials           ?      154           
Flag Coverage Δ
unittests 29.46% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14fb37e...e37722f. Read the comment docs.

@kwin kwin requested a review from davidjgonzalez June 30, 2022 08:17
@kwin kwin force-pushed the bugfix/coverage-calculation branch from 83abaec to e37722f Compare June 30, 2022 08:21
@davidjgonzalez davidjgonzalez merged commit db9e012 into develop Jun 30, 2022
@davidjgonzalez davidjgonzalez deleted the bugfix/coverage-calculation branch June 8, 2023 18:32
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.

Code Coverage not available
2 participants