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

input-output-hk / atala-prism-building-blocks / 6404528552

04 Oct 2023 10:06AM UTC coverage: 30.823% (+1.8%) from 29.015%
6404528552

Pull #693

bvoiturier
test(prism-agent): declare 'credentialFormat' field in e2e tests

Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>
Pull Request #693: feat(prism-agent): implement AnonCreds issuance flow

777 of 777 new or added lines in 52 files covered. (100.0%)

3831 of 12429 relevant lines covered (30.82%)

0.31 hits per line

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

50.0
/pollux/lib/core/src/main/scala/io/iohk/atala/pollux/core/model/CredentialFormat.scala
1
package io.iohk.atala.pollux.core.model
2

3
enum CredentialFormat:
4
  case JWT extends CredentialFormat
5
  case AnonCreds extends CredentialFormat
6

7
object CredentialFormat {
1✔
8
  def fromString(str: String) = str match
1✔
9
    case "JWT"       => Some(CredentialFormat.JWT)
×
10
    case "AnonCreds" => Some(CredentialFormat.AnonCreds)
×
11
    case _           => None
12
}
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