From ff957b98c9bc40c8bbc69f6ea764644a57aa8ded Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 13 Dec 2022 09:58:01 +0100
Subject: [PATCH] [pyproject] Remove configuration for coverage and correct
 coverage source

---
 pyproject.toml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 6eb46f2..783f402 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -85,15 +85,11 @@ lines_between_types = 1
 [tool.black]
 line-length = 80
 
-[tool.coverage.run]
-relative_files = true
-source_pkgs = ["exposed"]
-
 [tool.pytest.ini_options]
 addopts = [
     "--import-mode=append",
     "--cov-report=term-missing",
-    "--cov=exposed",
+    "--cov=src",
 ]
 junit_logging = "all"
 junit_log_passing_tests = false
-- 
GitLab