https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6af27ec2961eab2855c6d9b88972ed25a9aaaf12 authored by Yutaka Hirano on 24 April 2018, 03:27:42 UTC
fix
Tip revision: 6af27ec
.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