-
Notifications
You must be signed in to change notification settings - Fork 0
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
Debug codeql scripts #2
Conversation
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | ||
# - name: Setup tmate session | ||
# uses: mxschmitt/action-tmate@v3 | ||
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see another added tmate session later in the file so is commenting this out here intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I used this while debugging things, and was trying to avoid having the workflow being interrupted more than once.
after upgrading to a new version of CodeQL, coverage calculations are working now except for the refiner metrics which are commented out for now..