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 integration test debug config #3624

Merged

Conversation

datho7561
Copy link
Contributor

It used to run the instrument command, however the coverage instrumentation doesn't play well with VS Code debugging. Instead, I set it to run the compile command like the other debugging configurations.

Signed-off-by: David Thompson [email protected]

It used to run the instrument command,
however the coverage instrumentation doesn't play well with VS Code
debugging.
Instead, I set it to run the compile command like the other debugging
configurations.

Signed-off-by: David Thompson <[email protected]>
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2a4f594) 34.22% compared to head (0c76fe7) 34.22%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3624   +/-   ##
=======================================
  Coverage   34.22%   34.22%           
=======================================
  Files          82       82           
  Lines        5858     5858           
  Branches     1171     1171           
=======================================
  Hits         2005     2005           
  Misses       3853     3853           

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

Copy link
Collaborator

@msivasubramaniaan msivasubramaniaan left a comment

Choose a reason for hiding this comment

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

LGTM

@msivasubramaniaan msivasubramaniaan merged commit a594e55 into redhat-developer:main Nov 24, 2023
6 checks passed
@datho7561 datho7561 deleted the fix-debug-integration-tests branch November 24, 2023 16:28
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