Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading pyproject.toml +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pyproject.toml +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading