Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config file functionality #78

Merged
merged 7 commits into from
Feb 14, 2019
Merged

Add config file functionality #78

merged 7 commits into from
Feb 14, 2019

Conversation

james-monkeyshines
Copy link
Contributor

It's useful to be able to define a config file with all the parameters needed to run a set of datachecks; there are some rarely used parameters which are essentially constant, so it's a pain to have to specify on the command line.
These changes allow for a config file to be created once with the default parameters. Anything passed on the command line overwrites these defaults.

James Allen added 7 commits February 1, 2019 15:17
…itchy about adding it; but it's the easiest way to do it. If there were more cases of parameters being needed like this, would be better to have a hash which could be populated with whatever key/value pairs are necessary. But I think that'd be overkill at the minute.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 342

  • 52 of 54 (96.3%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.07%) to 98.473%

Changes Missing Coverage Covered Lines Changed/Added Lines %
t/Manager.t 21 23 91.3%
Totals Coverage Status
Change from base Build 340: -0.07%
Covered Lines: 1741
Relevant Lines: 1768

💛 - Coveralls

@marcoooo marcoooo merged commit f48b295 into master Feb 14, 2019
@marcoooo marcoooo deleted the feature/config_file branch February 14, 2019 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants