Closed samanhappy closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
dcd5dd5
) 98.99% compared to head (db43344
) 99.09%. Report is 1 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As mentioned in issue #468 , when sending SLA notifications, the Lark notification service will generate the following response:
code [9499] - msg [Bad Request])
This is because the SLAStatusText content contains
\t
which is not compatible with Lark.This PR is a quick fix, the best way is to define content struct as demonstrated in PR #469, which needs a complete refactor and testing work.