elixir-mint / mint

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

Check whether CAStore is available in compile-time #428

Closed v0idpwn closed 2 months ago

v0idpwn commented 2 months ago

Removes the cost of calling Code.ensure_loaded?/1 every time that credentials are not provided.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 1dbeeeea825c06aa4a60aabbe1a053f358d08bd2-PR-428

Details


Totals Coverage Status
Change from base Build 530ba279d919b17a903f10ac9aeb39baf8c019e3: 0.06%
Covered Lines: 1276
Relevant Lines: 1452

💛 - Coveralls
whatyouhide commented 2 months ago

Good catch, thanks @v0idpwn 💟