Update csharp/ql/lib/change-notes/2022-03-03-recursive-qltest-extraction.md

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2022-03-04 10:49:42 +01:00
committed by GitHub
parent 0c2551079a
commit c49ed559d6

View File

@@ -1,4 +1,4 @@
---
category: breaking
---
* `codeql test run` now extracts source code recursivelly from sub folders. This may break existing tests that have other tests in nested sub folders, as those will now get the nested test code included.
* `codeql test run` now extracts source code recursively from sub folders. This may break existing tests that have other tests in nested sub folders, as those will now get the nested test code included.