From: Denis Danilov <danilovdenis@yandex.ru>
Date: Sat, 18 May 2024 20:21:28 +0200
Subject: drop code coverage from test run

Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7771751..e77c7cb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,5 +89,5 @@ profile = "black"
 
 [tool.pytest.ini_options]
 minversion = "7.2.0"
-addopts = "-v --cov=fortls --cov-report=html --cov-report=xml --cov-context=test"
+addopts = "-v"
 testpaths = ["fortls", "test"]
