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

feat: contextualize check #471

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eddycharly
Copy link
Member

@eddycharly eddycharly commented Sep 12, 2024

Explanation

Contextualize check.

Fixes #466

Signed-off-by: Charles-Edouard Brétéché <[email protected]>
Copy link

codecov bot commented Sep 12, 2024

Codecov Report

Attention: Patch coverage is 40.57971% with 41 lines in your changes missing coverage. Please review.

Project coverage is 22.68%. Comparing base (74cdc8e) to head (b457b06).

Files with missing lines Patch % Lines
pkg/matching/match.go 34.69% 29 Missing and 3 partials ⚠️
pkg/engine/assert/binding.go 0.00% 3 Missing ⚠️
pkg/engine/assert/parse.go 0.00% 3 Missing ⚠️
pkg/engine/assert/project.go 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #471      +/-   ##
==========================================
+ Coverage   22.64%   22.68%   +0.03%     
==========================================
  Files          85       85              
  Lines        3925     3959      +34     
==========================================
+ Hits          889      898       +9     
- Misses       2957     2979      +22     
- Partials       79       82       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

[Feature] Extract context information from an array when passing to message
1 participant