Skip to content

Commit 3384702

Browse files
refs #203
- update CHANGELOG - using specific sonar property file
1 parent 0cb35b9 commit 3384702

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
next-sprint:
2+
- report covergae on sonarcloud (#203)
3+
- fixed some code smells (#128)
4+
- fixed bugs: #129, #130, #31, #134, #135
15
2.2.6
26
- Remove extern "C" (#127)
37
- Remove commented out code (#126)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ find_package(GTestExt PATHS cmake)
2626
# This part MUST be executed before the loading of the CMake package
2727
set(SONAR_PROPERTIES_FILE ${CMAKE_CURRENT_BINARY_DIR}/sonar-project.properties)
2828
message(STATUS "Generating SONAR properties file ${SONAR_PROPERTIES_FILE}")
29-
configure_file(${CMAKE_CURRENT_LIST_DIR}/sonar-project.properties.in ${SONAR_PROPERTIES_FILE})
29+
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/sonar-project.properties.in ${SONAR_PROPERTIES_FILE})
3030

3131
find_package(SonarCloud PATHS cmake)
3232

0 commit comments

Comments
 (0)