Closed dcmoura closed 3 years ago
Merging #40 (9a2d9ab) into master (98cffd5) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #40 +/- ##
=======================================
Coverage 95.39% 95.40%
=======================================
Files 9 9
Lines 804 805 +1
=======================================
+ Hits 767 768 +1
Misses 37 37
Impacted Files | Coverage Δ | |
---|---|---|
spyql/quotes_handler.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 98cffd5...9a2d9ab. Read the comment docs.
Increased quotes handler robustness so that non-placeholders are not identified as placeholders. This solves a bug not reported where the self-generated column alias would match the string placeholder pattern.