shipyard/.coveragerc
One-Fine-Day b430de23dc Unit Test for WorkflowResource and WorkflowIdResource
test_workflow_api.py contains the unit tests for the WorkflowResource and
WorkflowIdResource

.coveragerc was modified to omit the unit test files from test coverage

tox.ini was modified to generate an HTML report

Change-Id: I86c81fbd65739fc8cc2fd089898aad6d87f7fdc0
2017-12-05 11:43:26 -06:00

6 lines
128 B
INI

[run]
# omit third party code and unit tests
omit =
shipyard_airflow/plugins/rest_api_plugin.py
shipyard_client/tests/*