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

Replace requests to httpbin.org with local requests #401

Closed DunyaKokoschka closed 11 months ago

DunyaKokoschka commented 1 year ago

Tests in CI are broken because httpbin intermittently runs very slowly. Potentially, it is because lots of people are running their tests against httpbin and causing the server to overload.

We add Caddy to the docker compose in order to server https requests for the local httpbin

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 518a8bc4579fc52635d581ece88daf61742768f3-PR-401


Totals Coverage Status
Change from base Build 5bb90a9a9aa4dfb96f5f13b4480142081422088e: 0.0%
Covered Lines: 1246
Relevant Lines: 1422

💛 - Coveralls
whatyouhide commented 11 months ago

Thanks @DunyaKokoschka! 💟