Commit dc296c6f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove coverage context plugin

parent ef76edfc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ Unit Tests:
  - pip install -r requirements.txt -e .[tests]
    coverage[toml]
    pytest
    "kodo.plugins.cover_test_context @ https://code.kodo.org.uk/dom/cover-plugin-test-context/-/archive/main/cover-plugin-test-context-main.zip"
  - coverage run -m pytest tests
    --verbose
    --junit-xml=results/xunit.xml
+0 −3
Original line number Diff line number Diff line
@@ -89,9 +89,6 @@ disallow_any_explicit = true
data_file = "results/coverage.db"
branch = true
source = ["kilter"]
plugins = [
	"kodo.plugins.cover_test_context",
]

[tool.coverage.report]
precision = 2