Support self-signed certificates
Pull Request Test Coverage Report for Build 13765453334
Details
- 39 of 71 (54.93%) changed or added relevant lines in 2 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage increased (+0.009%) to 50.418%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| internal/cmd/http.go | 25 | 29 | 86.21% |
| checker/http/http.go | 14 | 42 | 33.33% |
| <!-- | Total: | 39 | 71 |
| Totals | |
|---|---|
| Change from base Build 13764045733: | 0.009% |
| Covered Lines: | 1205 |
| Relevant Lines: | 2390 |
💛 - Coveralls
@mortymacs Please fix the pipeline 😃
@mortymacs Please fix the pipeline 😃
Done :)
Thanks for this feature!
Unfortunately I don't really know how to use it, can you add an Example to the docs? Probably best under Detailed Usage > HTTP Checking
Thanks for this feature!
Unfortunately I don't really know how to use it, can you add an Example to the docs? Probably best under Detailed Usage > HTTP Checking
Hi, 😊
Good point! I'll go ahead and update the document. In the meantime, you can check out some examples here https://github.com/wait4x/wait4x/blob/main/internal/cmd/http.go#L96-L100
@koelle25 As promised, I've just submitted a PR for it https://github.com/wait4x/wait4x/pull/418 :)