Unverified Commit a8b37e29 authored by Akke Viitanen's avatar Akke Viitanen
Browse files

doctest modules for coverage report

parent 6aa28072
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -296,7 +296,13 @@ figures_20251024:
	python3 src/scripts/plots/plot_number_counts_gband.py fig/number_counts_lsst_gband_20251024.pdf

coverage:
	pytest --cov=src --cov-report=html tests/
	pytest \
		--ignore-glob=src/lsst_inaf_agile/convert_agile_manager.py \
		--doctest-modules \
		--cov=src \
		--cov-report=html \
		src/lsst_inaf_agile \
		tests/

documentation:
	cd docs && make html