Skip to content

Commit

Permalink
Disable coverage reporting in terminal (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf authored Oct 30, 2023
1 parent e5dc30c commit 30592db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ metatensor-torch-requirement =
metatensor-torch >=0.1.0,<0.2.0

build-single-wheel = --no-deps --no-build-isolation --check-build-dependencies
test_options = --cov={env_site_packages_dir}/rascaline --cov-append --import-mode=append
test_options =
--cov={env_site_packages_dir}/rascaline \
--cov-append \
--cov-report= \
--import-mode=append

commands =
# error if the user gives a wrong testenv name in `tox -e`
Expand Down

0 comments on commit 30592db

Please sign in to comment.