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

pureconfig / pureconfig / 15647626830

14 Jun 2025 02:47AM UTC coverage: 94.708% (+5.3%) from 89.377%
15647626830

Pull #1823

web-flow
Merge bf6161f34 into 09e406cdd
Pull Request #1823: Update pekko-actor to 1.1.4

2756 of 2910 relevant lines covered (94.71%)

2.41 hits per line

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

0.0
/modules/yaml/src/main/scala/pureconfig/module/yaml/error/UnsupportedYamlType.scala
1
package pureconfig.module.yaml.error
2

3
import com.typesafe.config.ConfigOrigin
4

5
import pureconfig.error.ConfigReaderFailure
6

7
case class UnsupportedYamlType(value: String, keyType: String) extends ConfigReaderFailure {
8
  def description = s"Cannot read YAML value '$value' (with unsupported type $keyType)."
9
  def origin: Option[ConfigOrigin] = None
×
10
}
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