Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ cat > "${COVERAGE_RC}" <<EOF
branch = True
source_pkgs = cwltool
source = ${root_folder}
omit =
${root_folder}/tests/*
${root_folder}/setup.py

[report]
exclude_lines =
Expand All @@ -82,7 +85,8 @@ exclude_lines =
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*
${root_folder}/tests/*
${root_folder}/setup.py
EOF
CWLTOOL_WITH_COV=${PWD}/cwltool_with_cov3
cat > "${CWLTOOL_WITH_COV}" <<EOF
Expand Down