https://github.com/web-platform-tests/wpt
Raw File
Tip revision: fb1aee90f011e95e3eaceb5b41537ced1925e29f authored by Fuqiao Xue on 09 April 2018, 14:15:36 UTC
[css-values] Typo fixes
Tip revision: fb1aee9
.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