-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test coverage for python scripts #31
Comments
I think we should discuss separating the guide from the tools. It would be nice if the tools were their own package to install instead in my opinion. This would make it easier to add new tools and have a functional CI/CD setup for those tools. |
I think this is a grand idea. Do you want to create an issue so we don't lose track of this? |
Issue moved to cisagov/development-tools #1 via ZenHub |
This repository has no actual code testing, a
.coveragerc
file, or atest
workflow, despite containing python scripts in theproject_setup/scripts
directory and requiringcoverage
in setup.py.Acceptance Criteria
.coveragerc
fileThe text was updated successfully, but these errors were encountered: