Open PrenSJ2 opened 1 month ago
Attention: Patch coverage is 76.92308%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 90.07%. Comparing base (
63afdab
) to head (950b85b
).
Files with missing lines | Patch % | Lines |
---|---|---|
app/pipedrive/_schema.py | 71.42% | 1 Missing and 1 partial :warning: |
app/base_schema.py | 83.33% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Close #260
Technical Description
from Company to Organisation in
get_custom_field_val
; added logic to convert the boolean to a stringfrom Organisation to Company in
company_dict
in thecf_data_from_hermes
we check if cf type is a bool and convert the string to a boolupdated
get_custom_fieldinfo
so that the annotation of the TYPE_BOOL custom fields is optional bool or str