summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/.coveragerc
blob: 3da14ad3b73c34a1f92e7f650add3770c455aa1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[run]
branch = True
parallel = True
omit =
  html5lib/*
  py/*
  pytest/*
  pywebsocket/*
  six/*
  webdriver/*
  */site-packages/*
  */lib_pypy/*
  wpt/*
  wptrunner/*
  */tests/*
  quic/*

[paths]
html5lib =
  html5lib/html5lib
  .tox/**/site-packages/html5lib

pytest =
  pytest/_pytest
  .tox/**/site-packages/_pytest

py =
  py/py
  .tox/**/site-packages/py