#19 Initial CTE implementation#706
Conversation
|
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## main #706 +/- ##
==========================================
+ Coverage 96.10% 96.11% +0.01%
==========================================
Files 160 160
Lines 6266 6288 +22
==========================================
+ Hits 6022 6044 +22
Misses 244 244
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
👇 Click on the image for a new way to code review
Legend |
| ) | ||
| quoted_strings = re.compile( | ||
| r'(?:[^"\s]*"(?:\\.|[^"])*"[^"\s]*)+|(?:[^\'\s]*\'(?:\\.|[^\'])*\'[^\'\s]*)+|[^\s]+' | ||
| r'(?:[^"\s]*"(?:\\.|[^"])*")+|(?:[^\'\s]*\'(?:\\.|[^\'])*\')+|[^\s]+' |
Check failure
Code scanning / CodeQL
Inefficient regular expression
| ) | ||
| quoted_strings = re.compile( | ||
| r'(?:[^"\s]*"(?:\\.|[^"])*"[^"\s]*)+|(?:[^\'\s]*\'(?:\\.|[^\'])*\'[^\'\s]*)+|[^\s]+' | ||
| r'(?:[^"\s]*"(?:\\.|[^"])*")+|(?:[^\'\s]*\'(?:\\.|[^\'])*\')+|[^\s]+' |
Check failure
Code scanning / CodeQL
Inefficient regular expression









Release also includes fixes relating to new version of MyPy