Closed sirzooro closed 4 months ago
Attention: Patch coverage is 83.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 78.83%. Comparing base (
180f6ef
) to head (2f5b344
).
Files | Patch % | Lines |
---|---|---|
protection_profile.go | 83.33% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Moved tests from srtp_cipher_aead_aes_gcm_test.go to new file, cleaned up their code to make it more DRY. Added tests for AES CM ciphers there too.
This new cipher test suite will make it easier to add tests for new SRTP features without lots of copy/paste.