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
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
The jest-coverage-badges library doesn't work behind corporate firewalls that use proxies:
pamepeixinho/jest-coverage-badges#16
Because it uses the native Node HTTPS API which doesn't provide support for proxy settings.
Need to find a solution that either doesn't need to make HTTP requests, or can work with corporate proxy servers.