Skip to content

Commit

Permalink
s/coveralls=id/coveralls-id/
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jul 20, 2017
1 parent 53a4b59 commit f0c9a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if (MASTER_PROJECT AND CMAKE_BUILD_TYPE MATCHES Debug)
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/self_test
DEPENDS self_test)
if(TRAVIS_JOB_ID)
set(COVERALLS_FLAG "--coveralls=id=${TRAVIS_JOB_ID}")
set(COVERALLS_FLAG "--coveralls-id=${TRAVIS_JOB_ID}")
endif()
add_custom_target(run_coverage
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/kcov/bin/kcov --skip-solibs --include-pattern=trompeloeil.hpp ${COVERALLS_FLAG} ./coverage ${CMAKE_CURRENT_BINARY_DIR}/self_test
Expand Down

0 comments on commit f0c9a06

Please sign in to comment.