Loading Makefile +7 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Makefile +7 −1 Original line number Diff line number Diff line Loading @@ -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 Loading