소스 검색

- testing codecov

madhugilla 9 년 전
부모
커밋
ee6f3144af
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      codecov.yml

+ 3 - 2
codecov.yml

@@ -1,4 +1,5 @@
 codecov:
+  branch: azuedev
   notify:
     require_ci_to_pass: yes
 
@@ -6,6 +7,8 @@ coverage:
   precision: 2
   round: down
   range: "70...100"
+  ignore:
+    - "cloudbridge/cloud/providers/"  # ignore folders and all its contents
 
   status:
     project: yes
@@ -25,5 +28,3 @@ comment:
   behavior: default
   require_changes: no
 
-ignore:
-  - "cloudbridge/cloud/providers/.*"  # ignore folders and all its contents