Skip to content

Commit b48cbae

Browse files
authored
chore(librarian): update codecov targets for several languages (#4801)
The code coverage targets for the Go, Java, and Node.js librarian implementations are updated in codecov.yml. These changes reflect recent improvements in coverage for these languages. The updated targets move the minimum required coverage closer to the 80% goal specified in the outstanding issues for these implementations. For #4662 For #4663 For #4664
1 parent b23d24e commit b48cbae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@ coverage:
4545
librarian-golang:
4646
# TODO(https://github.com/googleapis/librarian/issues/4662): fix
4747
# coverage back to 80%
48-
target: 69%
48+
target: 78%
4949
threshold: 0%
5050
if_ci_failed: error
5151
paths:
5252
- internal/librarian/golang/**
5353
librarian-java:
5454
# TODO(https://github.com/googleapis/librarian/issues/4663): fix
5555
# coverage back to 80%
56-
target: 73%
56+
target: 74%
5757
threshold: 0%
5858
if_ci_failed: error
5959
paths:
6060
- internal/librarian/java/**
6161
librarian-nodejs:
6262
# TODO(https://github.com/googleapis/librarian/issues/4664): fix
6363
# coverage back to 80%
64-
target: 49%
64+
target: 58%
6565
threshold: 0%
6666
if_ci_failed: error
6767
paths:

0 commit comments

Comments
 (0)