Browse Source

.codecov.yml: Exclude commands for manual testing.

Qi Xiao 1 year ago
parent
commit
e829d78748
1 changed files with 3 additions and 0 deletions
  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"