Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.coveragerc 213 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. [run]
  2. branch = True
  3. include =
  4. causalimpact/*
  5. omit =
  6. tests/*
  7. causalimpact/__version__.py
  8. causalimpact/plot.py
  9. [report]
  10. exclude_lines =
  11. raise NotImplementedError
  12. pass
  13. pragma: no cover
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...