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
Branches
Tags
1 merge request!10Introduce Nox for Test Automation
Pipeline #71688 passed with stages
in 1 minute and 35 seconds
...@@ -3,7 +3,7 @@ from __future__ import annotations ...@@ -3,7 +3,7 @@ from __future__ import annotations
from typing import Sequence from typing import Sequence
import nox import nox
nox.options.sessions = ["lint", "typecheck", "testsuite", "report_coverage"] nox.options.sessions = ["lint", "typecheck", "testsuite"]
def add_pystencils_git(session: nox.Session): 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