Skip to content

Commit

Permalink
fix coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nov1kov committed Sep 13, 2020
1 parent c98a778 commit da39cff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ unit tests:
image: $CI_REGISTRY_IMAGE:$DOCKER_IMAGE_VERSION
script:
- coverage run --source='.' showpipeline_tests.py
- coverage xml
- coverage html
- coverage xml # for merge request
- coverage html # for pages
- coverage report # for badge and analytics --> repository
artifacts:
paths:
- htmlcov/
Expand All @@ -53,6 +54,4 @@ notify merge request:
tags: [ gitlab-org-docker ]
image: $CI_REGISTRY_IMAGE:$DOCKER_IMAGE_VERSION
script:
- echo $CI_PIPELINE_IID
- echo $CI_PIPELINE_ID
- python gitlab_helper.py

0 comments on commit da39cff

Please sign in to comment.