Commit 1e6d47b7 authored by Bruno S. Morgado's avatar Bruno S. Morgado
Browse files

FIX Use `htmlcov` folder for keeping all the `test` output files

parent 376cbca1
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -28,12 +28,10 @@ test:
#   - docker-executor
  script:
   - pipenv run python setup.py test
   - mkdir .public
   - cp coverage.xml .public/
   - mv .public public
   - cp coverage.xml htmlcov/
  artifacts:
    paths:
    - public
    - htmlcov

dependency_check:
  stage: test