File: .coveragerc

package info (click to toggle)
pytorch-scatter 2.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,128 kB
  • sloc: python: 1,574; cpp: 1,379; sh: 58; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[run]
source=torch_scatter
omit=torch_scatter/placeholder.py
[report]
exclude_lines =
    pragma: no cover
    torch.jit.script
    raise
    except