elixir-mint / mint

Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱
Apache License 2.0
1.36k stars 112 forks source link

Skip calling pkix_decode_cert if the certs are already of tuple types #382

Closed pvthuyen closed 1 year ago

pvthuyen commented 1 year ago
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 8f66a7f82d236b11b68fad4b92f7fc9a51824fbb-PR-382


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/mint/core/transport/ssl.ex 2 3 66.67%
<!-- Total: 2 3 66.67% -->
Files with Coverage Reduction New Missed Lines %
test/support/mint/http1/test_server.ex 1 84.62%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 6b932144282495b5154a4f6f0db456f96c4ec363: -0.1%
Covered Lines: 1320
Relevant Lines: 1554

💛 - Coveralls
ericmj commented 1 year ago

Thank you @pvthuyen. I added a test and updated the docs also.