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

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

24 Apr 2024 08:24AM UTC coverage: 30.877% (-1.0%) from 31.912%
8813603723

Pull #909

patlo-iog
test: fix test layer make it pass
Pull Request #909: feat(agent): define the OAS for CredentialIssuerEndpoints [WIP]

36 of 607 new or added lines in 29 files covered. (5.93%)

485 existing lines in 120 files now uncovered.

4647 of 15050 relevant lines covered (30.88%)

0.31 hits per line

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

50.0
/pollux/lib/vc-jwt/src/main/scala/io/iohk/atala/pollux/vc/jwt/ValidationUtils.scala
1
package io.iohk.atala.pollux.vc.jwt
2

3
import zio.{Trace, ZIO}
4
import zio.prelude.{Validation, ZValidation}
5

6
object ValidationUtils {
1✔
7
  final def foreach[R, E, W, VE, A, B](in: ZValidation[W, VE, A])(f: A => ZIO[R, E, B])(implicit
8
      trace: Trace
UNCOV
9
  ): ZIO[R, E, ZValidation[W, VE, B]] =
×
10
    in.fold(e => ZIO.succeed(Validation.failNonEmptyChunk(e)), f(_).map(Validation.succeed))
11

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