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

awesome-flow / flow / 195 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 07 May 2019 07:12PM UTC
Files 6
Run time 0s
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

07 May 2019 07:09PM UTC coverage: 96.402% (+69.8%) from 26.592%
195.1

push

travis-ci-com

web-flow
Flow Config Framework 2.0 #43 (#49)

Implemented a new version of the config layer.

This commit introduces a new version of the config layer and replaces the old module called config.

The new implementation consists of 2 primary modules: cfg and cast.

`cfg` package incorporates the repository logic and the satellite providers. Currently there are 4 main types of config providers:
  * default values
  * command line flags
  * environment variables
  * yaml file

Repositories are now user-instantiable. The main system repository registers itself in `global` storage.

`cast` package introduces 2 new concepts: mappers and converters. Both types deliver type conversion/composition logic in their own scope. Mappers are there to mostly deliver composition logic: gather bits of information into a complex data structure and return an error if mapping fails. Converters are elementary units of conversion, mostly for primitive types, operating in a chain of converters, assembled in a complex conversion chain logic.

This commit also introduces a new supplementary package called types, which contains the primary types used all around the system.

509 of 528 relevant lines covered (96.4%)

18.8 hits per line

Source Files on job 195.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 110
  • Travis Job 195.1
  • 307675a9 on github
  • Prev Job for on master (#133.2)
  • Next Job for on master (#204.1)
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

© 2026 Coveralls, Inc