Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Sign In

pureconfig / pureconfig
92%
master: 93%

DEFAULT BRANCH: master
Build:
LAST BUILD BRANCH: update/squants-1.6.0
Repo Added 29 Mar 2017 08:37PM UTC
Total Files 174
# Builds 1399 Last
Badge
Badge Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH create-config-object-cursor-directly
branch: create-config-object-cursor-directly
CHANGE BRANCH
x
Reset
  • create-config-object-cursor-directly
  • master
  • update-badges
  • set_version_to_0.7.0
  • deprecated_artifact
  • change_org_in_readme
  • fix_scaladoc_errors
  • skip_docs_artifact_publishing
  • 0.7.0
  • reader-writer-combinators
  • enum-coproduct-hint
  • check-tut-output
  • value_classes_config_reader_writer
  • test-duration-undefined
  • fix_duration_generator
  • cats
  • fix_duration_generator_leif
  • regex
  • file
  • run-doc-in-travis
  • update-dependencies
  • derekmorr-akka-module
  • akka-module
  • java-enum
  • xml
  • cats-typeclasses
  • ammonite-090
  • parsing-errors
  • field-mapping-better-errors
  • travis-test
  • play
  • akka-more-types
  • squants13
  • check-for-non-existing-files
  • fix-travis-tut-result-check
  • fail-on-non-existing-namespace
  • sbt-release
  • v0.7.1
  • update-changelog
  • release-0.7.1
  • simplify-sbt-build
  • fix_deriveAnyVal
  • v0.7.2
  • release_0.7.2
  • arbitrary-precision-numerics
  • field-mapping-exceptions
  • improve-file-reading-failures
  • restore-loadconfigfromfiles-behavior
  • prefer-defaults-over-any-null
  • revert-268-joda-time-config-converters
  • add_maven_spark_pureconfig_faq
  • read-any-config-value
  • cats-failures-to-nel
  • modules-readme
  • better-implicit-not-found-msgs
  • fatal-warnings-on-travis-only
  • fix-right-map-usages
  • add_tutorial_complex_types
  • tuples-as-config-lists
  • yes-no-booleans
  • update-deps
  • derivation-docs
  • coproduct-hint-removes-disambiguating-key
  • update_gif
  • fix-typo-in-readme-link
  • bump_version_0.8.1-snapshot
  • v0.8.0
  • config-cursor
  • use-sbt-1.0
  • scala-2.12.4
  • better-model-failures
  • update-scala-version-in-readme
  • new-period-parser
  • yaml-support
  • fix-http4s-package
  • add-javadoc-link
  • fix-datetime-arb
  • custom-render-options
  • fail-on-read-error
  • v0.9.2
  • simplify-release-process
  • generic-module
  • config-lists-from-config-objects
  • missing-key-writers
  • product-readers-and-writers
  • target-2.12-in-website
  • product-readers-and-writers-scaladoc
  • derivation-fix
  • update-versions
  • fix-home-page-title
  • for-product-n-docs
  • remove-compiler-transitive-dependencies
  • readme-link-fixes
  • fix-html-proofer
  • update-docs-for-0.10.1
  • v0.10.1
  • reader-result-alias
  • fluent-cursor
  • update-docs
  • v0.10.2
  • semiautomatic-enumerations
  • update-tut
  • scala-2.13
  • add_coc_to_readme
  • remove-jdk-requirement
  • remove-gif-from-readme
  • fix-deprecation-warnings
  • reorder-integrations
  • scala-2.13.0
  • travis-2.13
  • enable-coverage-checking
  • version-updates
  • upgrade-to-sbt-1.3.0-RC2
  • config-sources
  • improve-recover-with
  • add-config-source-docs
  • remove-travis-env-repo-slug
  • fix-update-website-script
  • cats-effect-test-build
  • pureconfig-cats-2.13
  • pureconfig-circe-2.13
  • scala-2.12.10
  • pureconfig-fs2-2.13
  • yaml-config-source
  • scala-2.13.1
  • generic-base
  • split-test-files
  • scala-version-root-project
  • sonatype-bundle-release
  • define-generic-base-name
  • minor-fixes
  • magnolia-module
  • avoid-removing-key-on-unknown-keys-allowed
  • classloader-in-resource-source
  • product-hint-review
  • fix-yaml-date-parsing
  • move-syntax-to-separate-obj

4 Nov 2019 - 17:58 coverage decreased (-0.8%) to 92.187%
2465

Pull #635

travis-ci

9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow
Avoid unnecessary casts on `ConfigCursor#asObjectCursor`

This avoids unnecessary casts on the `asObjectCursor` method of `ConfigCursor`
by creating an already specialized cursor if we're using a `ConfigObjectSource`.
Pull Request #635: Avoid unnecessary casts when creating a cursor from a `ConfigObjectSource`

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

1 existing line in 1 file now uncovered.

4118 of 4467 relevant lines covered (92.19%)

1.83 hits per line

Relevant lines Covered
4467 RELEVANT LINES 4118 COVERED LINES
Build:
1.83 HITS PER LINE
Source Files on create-config-object-cursor-directly
  • Tree
  • List 268
  • Changed 16
  • Source Changed 1
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent Builds

Builds Branch Coverage Commit Committer Type Time Via
2465 create-config-object-cursor-directly
92.19
Avoid unnecessary casts on `ConfigCursor#asObjectCursor` This avoids unnecessary casts on the `asObjectCursor` method of `ConfigCursor` by creating an already specialized cursor if we're using a `ConfigObjectSource`. 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow Pull #635 04 Nov 2019 06:29PM UTC travis-ci
2464 create-config-object-cursor-directly
92.19
Avoid unnecessary casts on `ConfigCursor#asObjectCursor` This avoids unnecessary casts on the `asObjectCursor` method of `ConfigCursor` by creating an already specialized cursor if we're using a `ConfigObjectSource`. 7724a3ee1890f271f424878b0524ae15?size=18&default=identiconjcazevedo push 04 Nov 2019 06:19PM UTC travis-ci
2463 create-config-object-cursor-directly
92.19
Avoid unnecessary casts on `ConfigCursor#asObjectCursor` This avoids unnecessary casts on the `asObjectCursor` method of `ConfigCursor` by creating an already specialized cursor if we're using a `ConfigObjectSource`. 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow Pull #635 04 Nov 2019 06:08PM UTC travis-ci
2462 create-config-object-cursor-directly
92.25
Avoid unnecessary casts on `ConfigCursor#asObjectCursor` This avoids unnecessary casts on the `asObjectCursor` method of `ConfigCursor` by creating an already specialized cursor if we're using a `ConfigObjectSource`. 7724a3ee1890f271f424878b0524ae15?size=18&default=identiconjcazevedo push 04 Nov 2019 06:01PM UTC travis-ci
See All Builds (1399)
  • Repo on GitHub
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
BLOG · TWITTER · Legal & Privacy · Supported CI Services · What's a CI service? · Automated Testing

© 2019 Coveralls, LLC