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: Adding port mapping for debug when available #64

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

AlfredoG87
Copy link
Contributor

Description:
On a previous PR #57 changes to enable debug container were merged, however, the port was not added on the docker-compose file. This PR fixes that by adding the port mapping on the docker-compose file to be able to reach the debug port of the java process.

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@AlfredoG87 AlfredoG87 requested a review from a team as a code owner July 30, 2024 17:16
@AlfredoG87 AlfredoG87 changed the title Adding port mapping for debug when available fix: Adding port mapping for debug when available Jul 30, 2024
@AlfredoG87 AlfredoG87 self-assigned this Jul 30, 2024
@AlfredoG87 AlfredoG87 added the Bug A error that causes the feature to behave differently than what was expected based on design docs label Jul 30, 2024
@AlfredoG87 AlfredoG87 added this to the 0.1.0 milestone Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.33%. Comparing base (fda4418) to head (6fdf34a).

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #64   +/-   ##
=========================================
  Coverage     54.33%   54.33%           
  Complexity       25       25           
=========================================
  Files             7        7           
  Lines           173      173           
  Branches          6        6           
=========================================
  Hits             94       94           
  Misses           75       75           
  Partials          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mattp-swirldslabs mattp-swirldslabs left a comment

Choose a reason for hiding this comment

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

Looks Good

@AlfredoG87 AlfredoG87 merged commit 312cad5 into main Jul 30, 2024
6 of 11 checks passed
@AlfredoG87 AlfredoG87 deleted the fix-debug-container-port branch July 30, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants