Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement FormatType in Function::Format #976

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CEOJINSUNG
Copy link
Contributor

Resolve #964

@coveralls
Copy link

coveralls commented Oct 29, 2022

Pull Request Test Coverage Report for Build 3350443590

  • 76 of 89 (85.39%) changed or added relevant lines in 8 files are covered.
  • 11 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.05%) to 97.838%

Changes Missing Coverage Covered Lines Changed/Added Lines %
core/src/executor/evaluate/mod.rs 2 4 50.0%
core/src/executor/evaluate/stateless.rs 2 4 50.0%
core/src/ast/function.rs 25 28 89.29%
core/src/executor/evaluate/function.rs 15 21 71.43%
Files with Coverage Reduction New Missed Lines %
core/src/executor/context/filter_context.rs 4 93.44%
core/src/executor/aggregate/mod.rs 7 81.82%
Totals Coverage Status
Change from base Build 3350243308: -0.05%
Covered Lines: 38511
Relevant Lines: 39362

💛 - Coveralls

@panarch panarch added the improvement Improvements for existing features label Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements for existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support FormatType
3 participants