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: add lookup operation #1089

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

Conversation

eddycharly
Copy link
Member

@eddycharly eddycharly commented Mar 9, 2024

Explanation

Add lookup operation.

Fixes #1034

Copy link

codecov bot commented Mar 9, 2024

Codecov Report

Attention: Patch coverage is 58.82353% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 72.94%. Comparing base (11fe12f) to head (59029ca).

Files Patch % Lines
pkg/runner/processors/step.go 31.57% 4 Missing and 9 partials ⚠️
pkg/validation/test/lookup.go 42.85% 3 Missing and 1 partial ⚠️
pkg/validation/test/operation.go 33.33% 1 Missing and 1 partial ⚠️
pkg/validation/test/catch.go 90.90% 0 Missing and 1 partial ⚠️
pkg/validation/test/finally.go 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1089      +/-   ##
==========================================
- Coverage   73.12%   72.94%   -0.19%     
==========================================
  Files         129      130       +1     
  Lines        4499     4516      +17     
==========================================
+ Hits         3290     3294       +4     
- Misses        948      952       +4     
- Partials      261      270       +9     

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

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
@eddycharly eddycharly modified the milestones: v0.1.9, v0.2.0 Mar 12, 2024
@eddycharly eddycharly removed this from the v0.2.0 milestone May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Create a lookup operation
1 participant