Skip to content

Commit

Permalink
genhtml -j isn't supported everywhere currently; update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Dec 2, 2023
1 parent c7d092a commit 9a7f0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ coverage: | $(BUILD_DIR)/coverage
# lcov flags when next Ubuntu LTS ships lcov v2.0.0+.

coverage_html: coverage
genhtml -j $(NJOBS) $(BUILD_DIR)/coverage/coverage.info --output-directory $(BUILD_DIR)/coverage
genhtml $(NJOBS) $(BUILD_DIR)/coverage/coverage.info --output-directory $(BUILD_DIR)/coverage
endif

################################################################################
Expand Down
3 changes: 1 addition & 2 deletions doc/source/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,10 @@ FLINT with ``--enable-coverage``. Then run:
.. code-block:: bash
make -j N check
make coverage
make coverage_html
This will place a coverage report in ``build/coverage``.


Static or dynamic library only
-------------------------------------------------------------------------------

Expand Down

0 comments on commit 9a7f0e1

Please sign in to comment.