Revision af84e5513d0d5f3352e6cb3e935b18c31f3c00db authored by Crissman Loomis on 29 January 2021, 06:06:33 UTC, committed by GitHub on 29 January 2021, 06:06:33 UTC
Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com>
1 parent 812fba9
Raw File
.coveragerc
[run]
include = chainer/*, examples/*

# Exclude auto-generated source files.
omit =
    chainer/links/caffe/protobuf3/caffe_pb2.py

[report]
exclude_lines =
    if __name__ == .__main__.:
back to top