You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plug-in, seems to be using HttpClient without any support for HTTP(s) proxy servers. (see CoverallsClient).
While I completely understand most public CI servers do not need this feature, it is valuable when working behind firewalls and debugging configuration / setup.
Support for proxy settings from maven settings.xml would be extremely useful; if not, at least support for command line (http_proxy=...) or configuration parameters in the plugin (with user overrides) would work.
The text was updated successfully, but these errors were encountered:
@trautonen Thank you for a quick fix. Verified the fix works; I can upload coverage information from behind a proxy using the 4.2.0-SNAPSHOT version of the plugin.
The plug-in, seems to be using HttpClient without any support for HTTP(s) proxy servers. (see CoverallsClient).
While I completely understand most public CI servers do not need this feature, it is valuable when working behind firewalls and debugging configuration / setup.
Support for proxy settings from maven
settings.xml
would be extremely useful; if not, at least support for command line (http_proxy=...
) or configuration parameters in the plugin (with user overrides) would work.The text was updated successfully, but these errors were encountered: