From 2283e2a1d896cd6105160d857baf68dbf38a57c4 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Fri, 10 Jan 2025 13:43:45 +0100 Subject: [PATCH] remove non-existent coverage report session --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index ebeac95..915ab84 100644 --- a/noxfile.py +++ b/noxfile.py @@ -3,7 +3,7 @@ from __future__ import annotations from typing import Sequence import nox -nox.options.sessions = ["lint", "typecheck", "testsuite", "report_coverage"] +nox.options.sessions = ["lint", "typecheck", "testsuite"] def add_pystencils_git(session: nox.Session): -- GitLab