Skip to content

Commit

Permalink
Fix misleading comment (#361)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Clephas <tim.clephas@nobleo.nl>
  • Loading branch information
Timple committed Nov 11, 2021
1 parent ef2b926 commit a51ed22
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 @@ -101,7 +101,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 a51ed22

Please sign in to comment.