Skip to content

Commit f7c760a

Browse files
authored
ignore pb files for codecov (#853)
* ignore pb files for codecov * - * Update .gitignore * Update .gitignore
1 parent de33734 commit f7c760a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ parallelization/**/Cargo.lock
4141

4242
# Coverage Files
4343
coverage.html
44-
coverage.out
44+
coverage.out

codecov.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ coverage:
33
project:
44
default:
55
target: 80%
6-
threshold: 3%
6+
ignore:
7+
- "**/*_pb.go" # Auto-generated files

0 commit comments

Comments
 (0)