We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746033b commit 2aa44d0Copy full SHA for 2aa44d0
conformance-test.sh
@@ -56,6 +56,7 @@ pip3 install -U setuptools wheel pip
56
pip3 uninstall -y cwltool
57
pip3 install -e .
58
pip3 install codecov cwltest>=2.1
59
+root_folder=${PWD}
60
pushd "${repo}-${spec_branch}" || exit 1
61
62
# shellcheck disable=SC2043
@@ -71,6 +72,7 @@ cat > "${COVERAGE_RC}" <<EOF
71
72
[run]
73
branch = True
74
source_pkgs = cwltool
75
+source = ${root_folder}
76
77
[report]
78
exclude_lines =
0 commit comments