ipatalas / vscode-postfix-ts

Postfix notation for TypeScript/Javascript - extension for VS Code
MIT License
159 stars 43 forks source link

Simplify whitespace handling for `.not` template #87

Closed ipatalas closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Base: 97.92% // Head: 97.84% // Decreases project coverage by -0.07% :warning:

Coverage data is based on head (b399593) compared to base (a126e74). Patch coverage: 88.88% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #87 +/- ## =========================================== - Coverage 97.92% 97.84% -0.08% =========================================== Files 21 21 Lines 1207 1209 +2 Branches 224 225 +1 =========================================== + Hits 1182 1183 +1 - Misses 24 25 +1 Partials 1 1 ``` | [Impacted Files](https://codecov.io/gh/ipatalas/vscode-postfix-ts/pull/87?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ireneusz+Patalas) | Coverage Δ | | |---|---|---| | [src/utils/invert-expression.ts](https://codecov.io/gh/ipatalas/vscode-postfix-ts/pull/87/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ireneusz+Patalas#diff-c3JjL3V0aWxzL2ludmVydC1leHByZXNzaW9uLnRz) | `96.96% <85.71%> (-1.47%)` | :arrow_down: | | [src/completionItemBuilder.ts](https://codecov.io/gh/ipatalas/vscode-postfix-ts/pull/87/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ireneusz+Patalas#diff-c3JjL2NvbXBsZXRpb25JdGVtQnVpbGRlci50cw==) | `96.39% <100.00%> (ø)` | | | [src/templates/notTemplate.ts](https://codecov.io/gh/ipatalas/vscode-postfix-ts/pull/87/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ireneusz+Patalas#diff-c3JjL3RlbXBsYXRlcy9ub3RUZW1wbGF0ZS50cw==) | `95.31% <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=Ireneusz+Patalas). 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=Ireneusz+Patalas)

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