We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26a788 commit 528d31cCopy full SHA for 528d31c
.coveragerc
@@ -1,6 +1,6 @@
1
[run]
2
branch = True
3
-source = cwltool
+source_pkgs = cwltool
4
omit = cwltool/run_job.py
5
6
[report]
conformance-test.sh
@@ -66,12 +66,11 @@ fi
66
find . -name '.coverage*' -print0 | xargs -0 rm -f
67
rm -f coverage.xml
68
69
-source=$(realpath ../cwltool)
70
COVERAGE_RC=${PWD}/.coveragerc
71
cat > "${COVERAGE_RC}" <<EOF
72
73
74
-source = ${source}
75
76
77
exclude_lines =
0 commit comments