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
Include the code coverage badge in the readme of juniper. To generate the badge juniper is currently using coverage-badge python package which creates the svg from the coverage results.
Build the badge in circle
Store the created badge somewhere and use the generated svg in the readme.
What
Include the code coverage badge in the readme of juniper. To generate the badge juniper is currently using
coverage-badgepython package which creates the svg from the coverage results.