Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -77,10 +77,10 @@ Unit Tests: extends: [.python] needs: [Pin] script: - pip install -r requirements.txt -e . coverage[toml] - pip install -r requirements.txt -e ".[coverage]" 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 +4 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,10 @@ docs = [ "myst-parser", "sphinx-rtd-theme", ] coverage = [ "coverage[toml]", "kodo.plugins.cover-test-context", ] [project.urls] Source = "https://code.kodo.org.uk/kilter/kilter.protocol" Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -77,10 +77,10 @@ Unit Tests: extends: [.python] needs: [Pin] script: - pip install -r requirements.txt -e . coverage[toml] - pip install -r requirements.txt -e ".[coverage]" 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 +4 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,10 @@ docs = [ "myst-parser", "sphinx-rtd-theme", ] coverage = [ "coverage[toml]", "kodo.plugins.cover-test-context", ] [project.urls] Source = "https://code.kodo.org.uk/kilter/kilter.protocol" Loading