ichiban / prolog

The only reasonable scripting engine for Go.
MIT License
564 stars 27 forks source link

respect double_quotes flag on placeholders #289

Closed ichiban closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.07 :tada:

Comparison is base (207281f) 99.11% compared to head (45a269d) 99.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #289 +/- ## ========================================== + Coverage 99.11% 99.18% +0.07% ========================================== Files 23 23 Lines 7201 7211 +10 ========================================== + Hits 7137 7152 +15 + Misses 59 53 -6 - Partials 5 6 +1 ``` | [Impacted Files](https://codecov.io/gh/ichiban/prolog/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase) | Coverage Δ | | |---|---|---| | [engine/compound.go](https://codecov.io/gh/ichiban/prolog/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL2NvbXBvdW5kLmdv) | `94.39% <100.00%> (+2.32%)` | :arrow_up: | | [engine/parser.go](https://codecov.io/gh/ichiban/prolog/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL3BhcnNlci5nbw==) | `99.41% <100.00%> (-0.44%)` | :arrow_down: | | [solutions.go](https://codecov.io/gh/ichiban/prolog/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-c29sdXRpb25zLmdv) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.