Commit 0a5df0b3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Ensure coverage installed in pipeline unit test job

parent d87f2dd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ Unit Tests:
  extends: [.python]
  needs: [Pin]
  script:
  - pip install -r requirements.txt -e .[tests] nose
  - pip install -r requirements.txt -e . coverage[toml] nose
  - coverage run -m nose tests
    --verbose
    --with-xunit --xunit-file=results/xunit.xml