Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .azure-pipelines/scripts/ut/3x/coverage.3x_pt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[run]
branch = True

[paths]
source =
neural_compressor/
*/site-packages/neural_compressor/
*/dist-packages/neural_compressor/

[report]
include =
*/neural_compressor/common/*
Expand Down
6 changes: 6 additions & 0 deletions .azure-pipelines/scripts/ut/3x/coverage.3x_pt_fp8
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[run]
branch = True

[paths]
source =
neural_compressor/
*/site-packages/neural_compressor/
*/dist-packages/neural_compressor/

[report]
include =
*/neural_compressor/torch/algorithms/fp8_quant/*
Expand Down
6 changes: 6 additions & 0 deletions .azure-pipelines/scripts/ut/3x/coverage.3x_tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[run]
branch = True

[paths]
source =
neural_compressor/
*/site-packages/neural_compressor/
*/dist-packages/neural_compressor/

[report]
include =
*/neural_compressor/common/*
Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/ut-3x-pt-fp8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pr:
- .azure-pipelines/scripts/install_nc.sh
- .azure-pipelines/ut-3x-pt-fp8.yml
- .azure-pipelines/template/docker-template.yml
- .azure-pipelines/scripts/ut/3x/coverage.3x_pt_fp8
- neural_compressor/common
- neural_compressor/torch
- neural_compressor/transformers
Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/ut-3x-pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pr:
- .azure-pipelines/template/docker-template.yml
- .azure-pipelines/scripts/install_nc.sh
- .azure-pipelines/scripts/ut/3x/run_3x_pt.sh
- .azure-pipelines/scripts/ut/3x/coverage.3x_pt

pool: ICX-16C

Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/ut-3x-tf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pr:
- requirements_tf.txt
- .azure-pipelines/scripts/ut/3x/run_3x_tf.sh
- .azure-pipelines/template/docker-template.yml
- .azure-pipelines/scripts/ut/3x/coverage.3x_tf

pool: ICX-16C

Expand Down
Loading