xref: /aosp_15_r20/external/pytorch/.coveragerc (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1[run]
2plugins =
3    coverage_plugins.jit_plugin
4omit =
5    */tmp*
6    */Temp/*
7    */usr/local/lib*
8    *test/*
9
10[report]
11omit =
12    */tmp*
13    */Temp/*
14    */usr/local/lib*
15    *test/*
16