• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hyperledger / identus-cloud-agent / 11108850868

30 Sep 2024 03:03PM UTC coverage: 48.648% (+0.03%) from 48.619%
11108850868

Pull #1339

bvoiturier
chore: set status list & DID state sync recurrence delay to 5 sec in integration tests

Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>
Pull Request #1339: feat: ATL-6983 ZIO Stream Kafka PoC in background jobs

188 of 624 new or added lines in 25 files covered. (30.13%)

191 existing lines in 61 files now uncovered.

8043 of 16533 relevant lines covered (48.65%)

0.49 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/shared/core/src/main/scala/org/hyperledger/identus/shared/models/PrismEnvelope.scala
1
package org.hyperledger.identus.shared.models
2
import zio.json.*
3

4
trait PrismEnvelope {
5
  val resource: String
6
  val url: String
7
}
8

9
case class PrismEnvelopeData(resource: String, url: String) extends PrismEnvelope
10
object PrismEnvelopeData {
11
  given encoder: JsonEncoder[PrismEnvelopeData] =
UNCOV
12
    DeriveJsonEncoder.gen[PrismEnvelopeData]
×
13

14
  given decoder: JsonDecoder[PrismEnvelopeData] =
15
    DeriveJsonDecoder.gen[PrismEnvelopeData]
1✔
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc