Skip to content
Snippets Groups Projects
Commit 2283e2a1 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

remove non-existent coverage report session

parent ff6758e7
1 merge request!10Introduce Nox for Test Automation
Pipeline #71688 passed with stages
in 1 minute and 35 seconds
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
......@@ -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):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment