Skip to content

Commit

Permalink
Updating references to new include directory
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Mar 25, 2019
1 parent 72dd3a6 commit b173efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
cd ${TRAVIS_BUILD_DIR}

# Get coverage results and upload to coveralls
coveralls --gcov `which gcov-6` -b build --gcov-options '\-lp' -r . -i ./src -i ./profit -e src/profit-cli.cpp -E '.*fits_utils.*'
coveralls --gcov `which gcov-6` -b build --gcov-options '\-lp' -r . -i ./src -i ./include/profit -e src/profit-cli.cpp -E '.*fits_utils.*'

# Re-generate the coverage results (manually this time),
# check the code quality, and upload all results to sonarqube
Expand All @@ -43,9 +43,9 @@ cd gcov-reports
gcov-6 -lp ../build/CMakeFiles/profit.dir/src/*.gcno ../build/CMakeFiles/profit-cli.dir/src/*.gcno
cd ..
sonar-scanner \
-Dsonar.sources=src,profit \
-Dsonar.sources=src,include/profit \
-Dsonar.projectKey=libprofit \
-Dsonar.organization=rtobar-github \
-Dsonar.cfamily.build-wrapper-output=bw-output \
-Dsonar.exclusions=profit/cl/cl2.hpp,src/profit-cli.cpp,src/fits_utils.cpp,profit/fits_utils.h \
-Dsonar.exclusions=include/profit/cl/cl2.hpp,src/profit-cli.cpp,src/fits_utils.cpp,include/profit/fits_utils.h \
-Dsonar.cfamily.gcov.reportsPath=gcov-reports
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = ../src ../profit
INPUT = ../src ../include/profit

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down

0 comments on commit b173efa

Please sign in to comment.