diff --git a/.copier-answers.yml b/.copier-answers.yml index 90b2695..d5bd662 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -6,11 +6,11 @@ author_name: Joel Luethi git_versioning: true github_username: fractal-analytics-platform mode: customize -module_name: fractal_faim_hcs +module_name: fractal_faim_ipa project_license: BSD-3-Clause -project_name: fractal-faim-hcs +project_name: fractal-faim-ipa project_short_description: Provides Fractal tasks for the MD to OME-Zarr conversion - of faim-hcs + of faim-ipa test_pre_release: false use_black: true use_mypy: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 162f5cc..9daa653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: run: python -m pip install pytest devtools jsonschema requests wget - name: 🧪 Run Tests - run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing + run: pytest -s --color=yes --cov --cov-report=xml --cov-report=term-missing - name: Coverage uses: codecov/codecov-action@v4