Skip to content

Commit 79f25ba

Browse files
committed
test: Add dags folder to tox coverage
1 parent 41f02c1 commit 79f25ba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ commands =
4545

4646
[coverage:run]
4747
relative_files = True
48-
source = ted_sws/
48+
source =
49+
ted_sws/
50+
dags/
4951
branch = False
5052

5153

@@ -57,6 +59,7 @@ log_cli_date_format = %Y-%m-%d %H:%M:%S
5759

5860
addopts =
5961
--cov=ted_sws
62+
--cov=dags
6063
--cov-report=html
6164
--cov-report=term
6265
--cov-report=xml

0 commit comments

Comments
 (0)