Skip to content

Commit

Permalink
nogen
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 13, 2024
1 parent e7a5d2a commit a31eeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archlinux-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN cd openturns && gcov `find lib/src/ -name "*.gcno"`
RUN echo "gcov OK"
RUN cd openturns && lcov --capture --directory . --output-file coverage.info --include "*.cxx"
RUN echo "lcov OK"
RUN cd openturns && genhtml --output-directory coverage coverage.info
RUN echo "genhtml OK"
# RUN cd openturns && genhtml --output-directory coverage coverage.info
# RUN echo "genhtml OK"

0 comments on commit a31eeb5

Please sign in to comment.