Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
/ goverge Public archive

A golang multi package coverage reporting tool.

License

Notifications You must be signed in to change notification settings

Workiva/goverge

Repository files navigation

goverge

codecov goverge is a golang multi package coverage reporting tool.

Install

pip install goverge

Testing

pip install -r requirements_dev.txt
nosetests

Contributing

Code: 
    Must be flake8 compliant -- pip install -r requirements_dev.txt to install flake8
    Must be unit tested
    Must have clear doc strings