.coveragerc 134 B

123456789
  1. [report]
  2. omit =
  3. */assets/*
  4. */python?.?/*
  5. */migrations/*
  6. */site-packages/*
  7. */ve/*
  8. */node_modules/*
  9. */app/*