Skip to content

Commit

Permalink
conformance coverage: normalize paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 13, 2022
1 parent 746033b commit 2aa44d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pip3 install -U setuptools wheel pip
pip3 uninstall -y cwltool
pip3 install -e .
pip3 install codecov cwltest>=2.1
root_folder=${PWD}
pushd "${repo}-${spec_branch}" || exit 1

# shellcheck disable=SC2043
Expand All @@ -71,6 +72,7 @@ cat > "${COVERAGE_RC}" <<EOF
[run]
branch = True
source_pkgs = cwltool
source = ${root_folder}
[report]
exclude_lines =
Expand Down

0 comments on commit 2aa44d0

Please sign in to comment.