From 3528bcbf02025d3edc973ed98e8cbb23f081da54 Mon Sep 17 00:00:00 2001 From: Jonathan Chico Date: Wed, 10 Apr 2024 15:54:30 +0200 Subject: [PATCH] Changing the path of the coverage path to account for the change of the source folder --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44b3201..fafd871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ exclude = ["docs/", "tests/"] [tool.coverage.run] # Configuration of [coverage.py](https://coverage.readthedocs.io) # reporting which lines of your plugin are covered by tests -source = ["aiida_lammps"] +source = ["src/aiida_lammps"] [tool.isort] skip = ["venv"]