We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f02c1 commit 79f25baCopy full SHA for 79f25ba
1 file changed
tox.ini
@@ -45,7 +45,9 @@ commands =
45
46
[coverage:run]
47
relative_files = True
48
-source = ted_sws/
+source =
49
+ ted_sws/
50
+ dags/
51
branch = False
52
53
@@ -57,6 +59,7 @@ log_cli_date_format = %Y-%m-%d %H:%M:%S
57
59
58
60
addopts =
61
--cov=ted_sws
62
+ --cov=dags
63
--cov-report=html
64
--cov-report=term
65
--cov-report=xml
0 commit comments