Skip to content

Commit

Permalink
[CI] Coverage: don't exclude alpaqa sources
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 6, 2021
1 parent 2937ecd commit fe9d828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/gen-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function run_doxygen_coverage {
mkdir -p docs/Coverage
mkdir -p build
pushd build
cmake .. -DCMAKE_BUILD_TYPE=Coverage
cmake .. -DCMAKE_BUILD_TYPE=Coverage -DWITH_PYTHON_BINDINGS=Off
make coverage ||:
mkdir -p "$2/$dir"
popd
Expand Down
2 changes: 1 addition & 1 deletion scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lcov \
'*/eigen/*' '*/eigen3/*' \
'*/interop/*' \
'*/py-venv/*' \
'*/alpaqa/*' \
'*/src/alpaqa/*' \
'*/test/*' \
--output-file "$dest"/coverage_filtered.info \
--gcov-tool "$gcov_bin" \
Expand Down

0 comments on commit fe9d828

Please sign in to comment.