Skip to content

Commit a474b58

Browse files
committed
Fix config and coverage
1 parent f8bcf5d commit a474b58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,5 @@ jdkPackagerJVMArgs := Seq(
143143
"-Dlogback.configurationFile=." + sep + "conf" + sep + "logback.xml",
144144
"-Xss10M"
145145
)
146+
147+
coverageExcludedPackages := "io\\.iohk\\.ethereum\\.extvm\\.msg.*"

src/main/resources/application.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,13 +606,13 @@ mantis {
606606
# Sample values are: `public`, `private`, `production`, `dev`, depending on the use-case.
607607
# If metrics are `enabled`, this is mandatory and must be set explicitly to a non-null value.
608608
#
609-
# environment = null
609+
environment = ""
610610

611611
# All metrics sent will be tagged with the deployment.
612612
# Sample values are: `kevm-testnet`, `iele-testnet`, `raft-kevm`, depending on the use-case.
613613
# If metrics are `enabled`, this is mandatory and must be set explicitly to a non-null value.
614614
#
615-
# deployment = null
615+
deployment = ""
616616

617617
# Size of the metrics requests queue.
618618
# If the queue contains that many outstanding requests to the metrics agent, then

0 commit comments

Comments
 (0)