https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b3ad93c2c75c553be65ccdc3427a6e4c705c8fcf authored by Geoffrey Sneddon on 21 March 2018, 16:21:52 UTC
fixup! Fix #8613: get codecov working again
Tip revision: b3ad93c
.coveragerc
[run]
branch = True
parallel = True
omit =
  */site-packages/*
  */lib_pypy/*

[paths]
wptserve =
  wptserve
  .tox/**/site-packages/wptserve
back to top