Skip to content

Update paths-ignore in codeql-config.yml#13

Merged
data-douser merged 1 commit intomainfrom
codeql-paths-ignore
Feb 5, 2026
Merged

Update paths-ignore in codeql-config.yml#13
data-douser merged 1 commit intomainfrom
codeql-paths-ignore

Conversation

@data-douser
Copy link
Copy Markdown
Collaborator

Update codeql "paths-ignore" config to ignore (more) tests.

Outline of Changes

CodeQL configuration improvements:

  • Updated .github/codeql/codeql-config.yml to ignore all test directories under .github/skills/create-codeql-query-development-workshop/examples/ by using a more general glob pattern, replacing the previous specific patterns for exercises-tests and solutions-tests.
  • Added server/test/** to the ignore list to ensure server-side test files are excluded from CodeQL analysis.

Update codeql "paths-ignore" config to ignore (more) tests.
@data-douser data-douser self-assigned this Feb 5, 2026
@data-douser data-douser requested review from a team and enyil as code owners February 5, 2026 23:13
Copilot AI review requested due to automatic review settings February 5, 2026 23:13
@data-douser data-douser added bug Something isn't working javascript Pull requests that update javascript code labels Feb 5, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the CodeQL configuration to more efficiently ignore test directories. The changes consolidate two specific ignore patterns into a single glob pattern and add server-side test exclusions.

Changes:

  • Consolidated two specific ignore patterns for exercises-tests and solutions-tests into a single glob pattern /*/*-tests/**
  • Added server/test/** to exclude server-side test files from CodeQL analysis

@data-douser data-douser added this pull request to the merge queue Feb 5, 2026
Merged via the queue into main with commit baf5e3b Feb 5, 2026
16 checks passed
@data-douser data-douser deleted the codeql-paths-ignore branch February 5, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants