Closed audiodude closed 10 months ago
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
234b8fa
) 95.00% compared to head (2d4da0c
) 94.97%.
Files | Patch % | Lines |
---|---|---|
rainfall/blueprint/user.py | 93.02% | 3 Missing :warning: |
rainfall/main.py | 90.00% | 1 Missing :warning: |
: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.
The way this works:
/api/v1/csrf
which sets the CSRF token in a cookie.X-CSRFToken
header.A request that fails via CSRF mismatch will be a 400 and the UI will display a "something went wrong" message, depending on the action being taken.