From 28d39918b544b8191f746c060c2678557486be40 Mon Sep 17 00:00:00 2001 From: marvinfriede <51965259+marvinfriede@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:56:39 -0600 Subject: [PATCH] Fix naming --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6c6ec54..79d7606 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# This file is part of tad-mctc. +# This file is part of tad-dftd4. # # SPDX-Identifier: Apache-2.0 # Copyright (C) 2024 Grimme Group @@ -55,7 +55,7 @@ commands = pytest -vv {posargs: \ -n logical \ --random-order-bucket=global \ - --cov=tad_mctc \ + --cov=tad_dftd4 \ --cov-report=term-missing \ --cov-report=xml:coverage.xml \ test}