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

patch(translator): create the Predicate struct #229

Merged
merged 2 commits into from
Apr 22, 2024
Merged

Conversation

pythonbrad
Copy link
Member

Related issue

Change

This struct will make the code more easier to understand and maintain.

This struct will make the code moresier to understand and maintain.
@pythonbrad pythonbrad self-assigned this Apr 22, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8788123834

Details

  • 134 of 135 (99.26%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 98.777%

Changes Missing Coverage Covered Lines Changed/Added Lines %
engine/translator/src/lib.rs 53 54 98.15%
Totals Coverage Status
Change from base Build 8788056928: 0.05%
Covered Lines: 1534
Relevant Lines: 1553

💛 - Coveralls

@pythonbrad pythonbrad merged commit 66df587 into main Apr 22, 2024
6 checks passed
@pythonbrad pythonbrad deleted the patch_translator branch April 22, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a data structure for the predicate
2 participants