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

Jacoco integration test fix #467

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Filter94
Copy link
Collaborator

This PR implements issue(s) #

Checklist

  • I wrote new tests for my new core changes.
  • I have successfully ran tests, style checker and build against my new changes locally.
  • I have informed the team of any breaking changes if there are any.

@Filter94 Filter94 temporarily deployed to docker-build-and-e2e December 18, 2024 13:27 — with GitHub Actions Inactive
}

jacocoTestReport {
dependsOn test
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We should either set this dependency for both integrationTest and test or remove it at all. I decided to remove it, because in our GHA we're executing tests + generating report as 2 separate steps

@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.18%. Comparing base (edca267) to head (389e03e).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #467   +/-   ##
=========================================
  Coverage     68.18%   68.18%           
  Complexity     1125     1125           
=========================================
  Files           319      319           
  Lines         12789    12789           
  Branches       1275     1275           
=========================================
  Hits           8720     8720           
  Misses         3541     3541           
  Partials        528      528           
Flag Coverage Δ *Carryforward flag
hardhat 98.70% <ø> (ø) Carriedforward from edca267
kotlin 65.80% <ø> (ø) Carriedforward from edca267

*This pull request uses carry forward flags. Click here to find out 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.

2 participants