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

hyperledger / identus-cloud-agent / 11055504169

26 Sep 2024 03:32PM UTC coverage: 48.66% (+0.05%) from 48.609%
11055504169

Pull #1375

shotexa
format

Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io>
Pull Request #1375: fix: OAS and http clients for Kotliln and TypeScript

34 of 81 new or added lines in 25 files covered. (41.98%)

182 existing lines in 53 files now uncovered.

7860 of 16153 relevant lines covered (48.66%)

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