Added code coverage test to pipfile/makefile/workflow (#472)

Co-authored-by: stvnrlly <steven.reilly@gsa.gov>
This commit is contained in:
Andrew Shumway
2023-04-28 09:17:02 -06:00
committed by GitHub
parent ae9d179be2
commit 948ee68193
5 changed files with 85 additions and 22 deletions

View File

@@ -35,6 +35,7 @@ wtforms = "~=3.0"
newrelic = "*"
flask-talisman = "*"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
coverage = "*"
[dev-packages]
isort = "==5.10.1"