소스 검색

project: test 23

Yi 1 년 전
부모
커밋
070858ba96
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      .drone.yml

+ 0 - 7
.drone.yml

@@ -17,13 +17,6 @@ steps:
     image: alpine/git
     commands:
       - git clone -b develop http://kpt.kptyun.cn:3000/xuyiping/kpt-tmr-group.git
-  - name: test
-    image: golang:1.17
-    commands:
-      - cd /drone/src/kpt-tmr-group
-      - go test `go list ./... | grep -v -E "mock|store|test|fake|cmd|bin|backend|google|logger|proto"` -coverprofile .cover.txt
-      - go tool cover -func .cover.txt
-      - rm .cover.txt
   - name: build
     image: plugins/docker
     volumes: