feat: テストコマンドのカバレッジ収集レベルを変更(C1まで)

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-08-03 15:59:20 +09:00
parent 3abef79cef
commit 2fe59b15e7

View File

@ -5,8 +5,8 @@ name = "pypi"
[scripts]
test = "pytest tests/"
"test:cov" = "pytest --cov=src tests/"
"test:report" = "pytest --cov=src --html=.report/test_result.html tests/"
"test:cov" = "pytest --cov=src --cov-branch --cov-report=term-missing tests/"
"test:report" = "pytest --cov=src --cov-branch --cov-report=term-missing --html=.report/test_result.html tests/"
[packages]
boto3 = "*"