Skip to content

Commit

Permalink
conformance coverage: ignore more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 13, 2022
1 parent cc3b260 commit 36a8f78
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 36a8f78

Please sign in to comment.