Browse Source

.codecov.yml: Exclude commands for manual testing.

Qi Xiao 1 năm trước cách đây
mục cha
commit
e829d78748
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .codecov.yml

+ 3 - 0
.codecov.yml

@@ -16,6 +16,9 @@ ignore:
   - "pkg/prog/progtest"
   - "pkg/store/storetest"
   - "pkg/must"
+  # Exclude commands for manual testing.
+  - "pkg/cli/examples"
+  - "pkg/md/mdrun"
   # Exclude files generated by stringer.
   - "pkg/getopt/zstring.go"
   - "pkg/md/zstring.go"