Created
November 11, 2009 14:40
-
-
Save danmayer/231991 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # example of the configurations that can be passed to Caliper | |
| # place this file in the root or config/ of your project | |
| # and overide the settings as needed | |
| directories_to_calculate: --- | |
| - app | |
| - lib | |
| - docs | |
| - src | |
| test_directories_to_calculate: --- | |
| - test/weird | |
| minimum_churn_count: 6 | |
| churn_start_date: 1 year ago |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment