Skip to content

Commit

Permalink
Debug pytest coverage in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed Aug 12, 2024
1 parent 8d52045 commit 19c6983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19c6983

Please sign in to comment.