浏览代码

[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