From c3d1ccd89dd22725931b628c857f3c953d2e3486 Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Fri, 26 Apr 2024 16:04:24 +0100 Subject: [PATCH] Fix Coverage Settings (#438) #384 Moved the coverage settings in pyproject.toml from the pytest settings to the tox command. Some merge conflict kept the settings in both places, which interferes with vscode debugging. This PR removes the redundant settings. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a560618a9..cc0f65aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,6 @@ namespace_packages = false # rely only on __init__ files to determine fully q # Run pytest with all our checkers, and don't spam us with massive tracebacks on error addopts = """ --tb=native -vv --doctest-modules --doctest-glob="*.rst" - --cov=blueapi --cov-report term --cov-report xml:cov.xml --ignore=src/blueapi/startup """ # https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings