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

pureconfig / pureconfig / 16844894943

09 Aug 2025 03:28AM UTC coverage: 94.686% (-0.04%) from 94.726%
16844894943

Pull #1838

web-flow
Merge 12f0062cf into 38f73c635
Pull Request #1838: Rid of deprecated URL constructor

1 of 1 new or added line in 1 file covered. (100.0%)

95 existing lines in 26 files now uncovered.

2744 of 2898 relevant lines covered (94.69%)

2.43 hits per line

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

0.0
/modules/generic-base/src/main/scala/pureconfig/generic/error/InvalidCoproductOption.scala
1
package pureconfig.generic.error
2

3
import pureconfig.error.FailureReason
4

5
/** A failure reason given when a provided coproduct option is invalid. This likely signals a bug in a CoproductHint
6
  * implementation, since the provided option isn't a valid one for the CoproductHint's type.
7
  *
8
  * @param option
9
  *   the coproduct option that is invalid
10
  */
11
final case class InvalidCoproductOption(option: String) extends FailureReason {
UNCOV
12
  def description =
UNCOV
13
    s"""|The provided option '$option' is invalid for the CoproductHint's type. There's likely a bug in the
14
        |CoproductHint implementation.""".stripMargin
×
15
}
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