feat: テストコマンドのカバレッジ収集レベルを変更(C1まで)
This commit is contained in:
parent
3abef79cef
commit
2fe59b15e7
@ -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 = "*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user