Commit 9ee316e2 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Ensure coverage reports are generated in pipeline

parent 875700fe
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ Unit Tests:
  - coverage run -m nose tests
    --verbose
    --with-xunit --xunit-file=results/xunit.xml
  after_script:
  - coverage report
  - coverage json
  - coverage xml