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

awesome-flow / flow / 195
96%

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

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%)

37.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 195.1 07 May 2019 07:12PM UTC 0
96.4
Travis Job 195.1
2 195.2 07 May 2019 07:12PM UTC 0
96.4
Travis Job 195.2
Source Files on build 195
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #195
  • 307675a9 on github
  • Prev Build on master (#133)
  • Next Build on master (#204)
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