Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ Unit Tests: script: - pip install -r requirements.txt -e . coverage[toml] nose - coverage run -m nose tests --verbose --with-xunit --xunit-file=results/xunit.xml - coverage report - coverage json Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ Unit Tests: script: - pip install -r requirements.txt -e . coverage[toml] nose - coverage run -m nose tests --verbose --with-xunit --xunit-file=results/xunit.xml - coverage report - coverage json Loading