Skip to content

Commit

Permalink
Bump hedera-protobufs from 0.23.0-alpha.2 to 0.23.1 (#3299)
Browse files Browse the repository at this point in the history
* Bump hedera-protobufs from 0.23.0-alpha.2 to 0.23.1
* Fix codecov notifying/commenting before all reports are uploaded
* Exclude domain POJOs from code coverage

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
Signed-off-by: Matheus DallRosa <matheus.dallrosa@swirlds.com>
  • Loading branch information
steven-sheehy authored and matheus-dallrosa committed Feb 21, 2022
1 parent 2b4b56e commit 03b3fcb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
19 changes: 11 additions & 8 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# We upload three separate reports: js, java and go
# We upload multiple separate reports, one for each GitHub action
codecov:
notify:
after_n_builds: 3
notify:
after_n_builds: 8
comment:
after_n_builds: 3
after_n_builds: 8
coverage:
status:
project:
default:
threshold: 1.0
status:
project:
default:
threshold: 1.0
ignore:
- "hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/**/*"

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ option java_multiple_files = true; // Required for the reactor-grpc generator to
option java_package = "com.hedera.mirror.api.proto";

import "basic_types.proto";
import "timestamp.proto";

// Request object to query an address book for its list of nodes
message AddressBookQuery {
Expand Down
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<grpc-spring-boot.version>2.11.0.RELEASE</grpc-spring-boot.version>
<grpc.version>1.44.0</grpc.version>
<guava.version>31.0.1-jre</guava.version>
<hedera-protobuf.version>0.23.0-alpha.2</hedera-protobuf.version>
<hedera-protobuf.version>0.23.1</hedera-protobuf.version>
<hibernate-types.version>2.14.0</hibernate-types.version>
<jacoco.version>0.8.7</jacoco.version>
<java.version>11</java.version>
Expand Down Expand Up @@ -140,14 +140,6 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>sdk-staging</id>
<name>SDK Staging</name>
<url>https://oss.sonatype.org/content/repositories/comhederahashgraph-1397</url>
</repository>
</repositories>

<dependencies>
Expand Down

0 comments on commit 03b3fcb

Please sign in to comment.