Skip to content

Commit 36a8f78

Browse files
committed
conformance coverage: ignore more paths
1 parent cc3b260 commit 36a8f78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

conformance-test.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ cat > "${COVERAGE_RC}" <<EOF
7373
branch = True
7474
source_pkgs = cwltool
7575
source = ${root_folder}
76+
omit =
77+
${root_folder}/tests/*
78+
${root_folder}/setup.py
7679
7780
[report]
7881
exclude_lines =
@@ -82,7 +85,8 @@ exclude_lines =
8285
if __name__ == .__main__.:
8386
ignore_errors = True
8487
omit =
85-
tests/*
88+
${root_folder}/tests/*
89+
${root_folder}/setup.py
8690
EOF
8791
CWLTOOL_WITH_COV=${PWD}/cwltool_with_cov3
8892
cat > "${CWLTOOL_WITH_COV}" <<EOF

0 commit comments

Comments
 (0)