Revision 522e017a18008ee00e39f4ae4b30f4f9db3824b2 authored by Kenichi Maehashi on 10 June 2021, 08:30:31 UTC, committed by GitHub on 10 June 2021, 08:30:31 UTC
2 parent s d2bbf1c + ed8b1b4
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