Skip to content

Commit

Permalink
Fix misleading comment (#361) (#369)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Clephas <tim.clephas@nobleo.nl>
(cherry picked from commit a51ed22)

Co-authored-by: Tim Clephas <tim.clephas@nobleo.nl>
  • Loading branch information
mergify[bot] and Timple committed Dec 23, 2021
1 parent 632a64b commit 852a7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_cmake_pytest/cmake/ament_add_pytest_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function(ament_add_pytest_test testname path)
list(APPEND cmd "-We")
endif()

# enable pytest coverage by default if the package test_depends on pytest_cov
# enable pytest coverage by default if the package test_depends on python3-pytest-cov
if("python3-pytest-cov" IN_LIST ${PROJECT_NAME}_TEST_DEPENDS)
set(coverage_default ON)
else()
Expand Down

0 comments on commit 852a7d8

Please sign in to comment.