Skip to content

Commit

Permalink
[Fix] Coverage should now properly include genotype files
Browse files Browse the repository at this point in the history
  • Loading branch information
choishingwan committed Apr 12, 2020
1 parent c1d0a5c commit 0756db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ target_include_directories(genotyping PUBLIC
${CMAKE_SOURCE_DIR}/inc)
target_include_directories(genotyping SYSTEM PUBLIC
${CMAKE_SOURCE_DIR}/lib)
target_link_libraries(genotyping INTERFACE
target_link_libraries(genotyping PUBLIC
plink
utility
bgen
Expand Down
2 changes: 1 addition & 1 deletion test/runCoverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ UNIT_TEST="${2}"
"${LCOV}" -d "${SRC_DIR}" -z
"${LCOV}" --rc lcov_branch_coverage=1 --capture -i -b "${SRC_DIR}/../" -d "${SRC_DIR}" -o "${SRC_DIR}/baseline.info" > log

"${UNIT_TEST}" "${3}"
"${UNIT_TEST}"

HTML_RESULTS="${1}/html"

Expand Down

0 comments on commit 0756db2

Please sign in to comment.