Matteo Scandolo | 6f5c896 | 2018-03-01 13:40:49 -0800 | [diff] [blame] | 1 | [unittest] |
Zack Williams | fbcea9b | 2018-07-17 17:31:41 -0700 | [diff] [blame^] | 2 | plugins=nose2.plugins.junitxml |
Matteo Scandolo | 6f5c896 | 2018-03-01 13:40:49 -0800 | [diff] [blame] | 3 | code-directories=synchronizer |
4 | model_policies | ||||
5 | steps | ||||
Zack Williams | fbcea9b | 2018-07-17 17:31:41 -0700 | [diff] [blame^] | 6 | pull_steps |
7 | |||||
8 | [coverage] | ||||
9 | always-on = True | ||||
10 | coverage = synchronizer | ||||
11 | coverage-report = term | ||||
12 | coverage-report = html | ||||
13 | coverage-report = xml |