Closed amrendr-cb closed 10 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
eb45a1b
) 99.58% compared to head (b3b6510
) 99.66%.
Files | Patch % | Lines |
---|---|---|
src/interceptors/request.ts | 80.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
lgtm
Thanks!
If we use a transformResponse function that transform the response entirely in different format than what is received from server, axios again apply the transform function on the the already transformed response and it produce an undesired result.
This is related to discussion https://github.com/arthurfiorette/axios-cache-interceptor/discussions/771