pytorch/.coveragerc

16 lines
186 B
Plaintext
Raw Permalink Normal View History

2023-11-08 09:01:59 -07:00
[run]
plugins =
coverage_plugins.jit_plugin
omit =
*/tmp*
*/Temp/*
*/usr/local/lib*
*test/*
[report]
omit =
*/tmp*
*/Temp/*
*/usr/local/lib*
*test/*