From 20043d0d8ba9184f6900f5334268de5cd04a704f Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Sat, 17 Feb 2024 22:31:27 +0100
Subject: [PATCH] TST: update tox.ini

---
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 8212226e..5008eb42 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ deps = .
     pytest
     pytest-cov
     jsonschema>=4.4.0
-commands=py.test --cov=caosdb -vv {posargs}
+commands=py.test --cov=linkahead -vv {posargs}
 
 [flake8]
 max-line-length=100
@@ -16,4 +16,4 @@ max-line-length=100
 [pytest]
 testpaths = unittests
 xfail_strict = True
-addopts = -x -vv --cov=caosdb
+addopts = -x -vv --cov=linkahead
-- 
GitLab