enable code coverage for aml runner (#297)
## Describe your changes enable code coverage for aml runner ## Checklist before requesting a review - [ ] Add unit tests for this change. - [ ] Make sure all tests can pass. - [ ] Update documents if necessary. - [ ] Format your code by running `pre-commit run --all-files` ## (Optional) Issue link
This commit is contained in:
Родитель
1f8427642e
Коммит
84fb8b6427
|
@ -3,8 +3,6 @@ omit =
|
|||
olive/logging.py
|
||||
olive/passes/pytorch/pytorch_lightning_utils.py
|
||||
olive/passes/pytorch/qat_utils.py
|
||||
olive/systems/azureml/aml_evaluation_runner.py
|
||||
olive/systems/azureml/aml_pass_runner.py
|
||||
olive/systems/docker/eval.py
|
||||
|
||||
[report]
|
||||
|
|
Загрузка…
Ссылка в новой задаче