소스 검색

[ci skip] report of the coverage is duplicated

Dimitri Korsch 3 년 전
부모
커밋
dc9ce6a951
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      .gitlab-ci.yml

+ 0 - 3
.gitlab-ci.yml

@@ -66,9 +66,6 @@ tests_3.9:
   stage: test
   image: python:3.9
   <<: *python_test_definition
-  after_script:
-    - source env/bin/activate
-    - coverage report -m
 
 tests_3.10:
   stage: test