https://github.com/chainer/chainer
Raw File
Tip revision: af87d70ecbe7caeb30e77fec61076f4dc3918556 authored by Kenta Oono on 23 February 2017, 06:20:19 UTC
Merge pull request #2314 from pfnet/_v2-update-v2.0.0a1
Tip revision: af87d70
.coveragerc
[run]
plugins = Cython.Coverage
omit = chainer/links/caffe/protobuf2/caffe_pb2.py
       chainer/links/caffe/protobuf3/caffe_pb2.py

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