Browse Source

Merge pull request #111 from cch123/feature-increase-coverage

fix codecov yaml ignore
Tao Wen 8 năm trước cách đây
mục cha
commit
21ca11f96a
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      .codecov.yml

+ 4 - 4
.codecov.yml

@@ -1,5 +1,5 @@
-codecov:
-    ignore:
-        - "output_tests"
-        - "assert"
+ignore:
+    - "output_tests/.*"
+    - "assert/.*"
+    - "require/.*"