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

NEOS-343: tranformer methods to function init #617

Merged
merged 15 commits into from
Nov 21, 2023

clean up

e6f5fc9
Select commit
Loading
Failed to load commit list.
Merged

NEOS-343: tranformer methods to function init #617

clean up
e6f5fc9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 21, 2023 in 0s

62.93% (+10.80%) compared to 19902a9

View this Pull Request on Codecov

62.93% (+10.80%) compared to 19902a9

Details

Codecov Report

Attention: 158 lines in your changes are missing coverage. Please review.

Comparison is base (19902a9) 52.13% compared to head (e6f5fc9) 62.93%.
Report is 2 commits behind head on main.

Files Patch % Lines
worker/internal/benthos/transformers/phone.go 56.06% 23 Missing and 6 partials ⚠️
worker/internal/benthos/transformers/sha256hash.go 40.00% 18 Missing and 6 partials ⚠️
worker/internal/benthos/transformers/email.go 64.61% 16 Missing and 7 partials ⚠️
...er/pkg/workflows/datasync/activities/activities.go 0.00% 14 Missing ⚠️
worker/internal/benthos/transformers/int_phone.go 62.50% 10 Missing and 2 partials ⚠️
worker/internal/benthos/transformers/random_int.go 76.00% 8 Missing and 4 partials ⚠️
...ker/internal/benthos/transformers/random_string.go 76.00% 8 Missing and 4 partials ⚠️
...rker/internal/benthos/transformers/random_float.go 85.96% 6 Missing and 2 partials ⚠️
worker/internal/benthos/transformers/firstName.go 74.07% 4 Missing and 3 partials ⚠️
worker/internal/benthos/transformers/fullName.go 75.00% 4 Missing and 3 partials ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #617       +/-   ##
===========================================
+ Coverage   52.13%   62.93%   +10.80%     
===========================================
  Files          64       30       -34     
  Lines        5891     2741     -3150     
===========================================
- Hits         3071     1725     -1346     
+ Misses       2451      810     -1641     
+ Partials      369      206      -163     

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