Skip to content

Commit 2aa44d0

Browse files
committed
conformance coverage: normalize paths
1 parent 746033b commit 2aa44d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conformance-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pip3 install -U setuptools wheel pip
5656
pip3 uninstall -y cwltool
5757
pip3 install -e .
5858
pip3 install codecov cwltest>=2.1
59+
root_folder=${PWD}
5960
pushd "${repo}-${spec_branch}" || exit 1
6061

6162
# shellcheck disable=SC2043
@@ -71,6 +72,7 @@ cat > "${COVERAGE_RC}" <<EOF
7172
[run]
7273
branch = True
7374
source_pkgs = cwltool
75+
source = ${root_folder}
7476
7577
[report]
7678
exclude_lines =

0 commit comments

Comments
 (0)