1
0
mirror of https://github.com/polakowo/vectorbt.git synced 2022-03-22 01:31:39 +03:00
Files
vectorbt-trading/.coveragerc
2021-12-30 16:13:03 +01:00

21 lines
415 B
INI

[run]
branch = True
source = vectorbt
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
*/px_accessors.py
*/utils/colors.py
*/utils/figure.py
*/utils/image_.py
*/utils/module_.py
*/utils/requests_.py
*/generic/plotting.py
*/generic/plots_builder.py
*/data/custom.py
*/messaging/telegram.py