Explorar el Código

- testing codecov

madhugilla hace 9 años
padre
commit
aec5b38232
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      codecov.yml

+ 4 - 1
codecov.yml

@@ -8,7 +8,10 @@ coverage:
   round: down
   range: "70...100"
   ignore:
-    - "cloudbridge/cloud/providers/"  # ignore folders and all its contents
+    - "*/cloud/providers/aws"  # ignore folders and all its contents
+    - "*/cloud/providers/openstack"
+    - "*/cloud/interfaces"
+    - "*/test"
 
   status:
     project: yes