Revision 7a199e902ad9204594aac0ad9ac702fc46e55223 authored by Anne van Kesteren on 24 April 2018, 09:44:42 UTC, committed by GitHub on 24 April 2018, 09:44:42 UTC
Fixes https://github.com/whatwg/xhr/issues/191.
1 parent 0d56422
Raw File
.coveragerc
[run]
branch = True
parallel = True
omit =
  html5lib/*
  py/*
  pytest/*
  pywebsocket/*
  six/*
  webdriver/*
  wptserve/*
  */site-packages/*
  */lib_pypy/*

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

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

py =
  py/py
  .tox/**/site-packages/py
back to top