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

Add json_extract plugin #590

Merged
merged 8 commits into from
Mar 27, 2024
Merged

Add json_extract plugin #590

merged 8 commits into from
Mar 27, 2024

Conversation

kirillov6
Copy link
Collaborator

Description

Added json_extract action plugin.

Fixes #589

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

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

Project coverage is 70.88%. Comparing base (6de60c8) to head (26dc115).
Report is 1 commits behind head on master.

❗ Current head 26dc115 differs from pull request most recent head eccda27. Consider uploading reports for the commit eccda27 to get more accurate results

Files Patch % Lines
plugin/action/json_extract/json_extract.go 81.81% 7 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #590      +/-   ##
==========================================
- Coverage   70.91%   70.88%   -0.04%     
==========================================
  Files         123      120       -3     
  Lines       12496    12406      -90     
==========================================
- Hits         8862     8794      -68     
+ Misses       3117     3094      -23     
- Partials      517      518       +1     

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

@kirillov6 kirillov6 marked this pull request as ready for review March 1, 2024 11:17
Copy link
Collaborator

@vadimalekseev vadimalekseev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kirillov6 kirillov6 merged commit e570031 into master Mar 27, 2024
8 checks passed
@kirillov6 kirillov6 deleted the 589-extract_json branch March 27, 2024 07:25
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: Add json_extract plugin
3 participants