Skip to content

Commit

Permalink
Read from the correct file...
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSoderberg committed Mar 10, 2015
1 parent ee4d1f9 commit 53c3fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CoverallsGenerateGcov.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ foreach (GCOV_FILE ${GCOV_FILES})

# The new coveralls API doesn't need the entire source (Yay!)
# However, still keeping that part for now. Will cleanup in the future.
file(MD5 ${GCOV_FILE} GCOV_CONTENTS_MD5)
file(MD5 ${GCOV_SRC_PATH} GCOV_CONTENTS_MD5)

# Loads the gcov file as a list of lines.
# (We first open the file and replace all occurences of [] with _
Expand Down

0 comments on commit 53c3fe0

Please sign in to comment.