Skip to content
Snippets Groups Projects
Commit cfb1f634 authored by Håvard Farestveit's avatar Håvard Farestveit
Browse files

Added coverage to requirements and ci

parent f41f3eea
Branches test_permissions
No related tags found
No related merge requests found
Pipeline #111960 passed
...@@ -16,7 +16,8 @@ test-backend: ...@@ -16,7 +16,8 @@ test-backend:
- pip install -r backend/secfit/requirements.txt - pip install -r backend/secfit/requirements.txt
script: script:
- cd backend/secfit - cd backend/secfit
- python manage.py test - coverage run manage.py test
- coverage report -m workouts/permissions.py users/serializers.py
deploy-prod: deploy-prod:
stage: deploy stage: deploy
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment