소스 검색

.codecov.yml: Exclude commands for manual testing.

Qi Xiao 1 년 전
부모
커밋
e829d78748
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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"