File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ puts summary
2727* [ #75 ] ( https://github.com/pmd/pmd-regression-tester/pull/75 ) : Add new option "--error-recovery"
2828* [ #76 ] ( https://github.com/pmd/pmd-regression-tester/pull/76 ) : Speedup XML parsing
2929* [ #79 ] ( https://github.com/pmd/pmd-regression-tester/pull/79 ) : Add new configuration option "--baseline-download-url"
30+ * [ #80 ] ( https://github.com/pmd/pmd-regression-tester/pull/80 ) : Cache and reuse pmd builds
3031
3132## External Contributions
3233
Original file line number Diff line number Diff line change @@ -65,19 +65,21 @@ The tool creates the following folders:
6565 │ ├── PROJECT_NAME_1
6666 │ ├── ......
6767 │ └── PROJECT_NAME_n
68- └── reports
69- ├── BASE_BRANCH_NAME <- the base baseline is placed here
70- ├── PATCH_BRANCH_NAME <- the patch baseline is placed here
71- └── diff
72- ├── index.xml <- the summary report of diff reports
73- ├── base_config.xml <- the resources of the summary report
74- ├── patch_config.xml <- the resources fo the summary report
75- ├── css <- css reources are placed here
76- ├── PROJECT_NAME_1
77- └── index.xml <- the diff report of PROJECT_1
78- ├── .......
79- └── PROJECT_NAME_n
80- └── index.xml <- the diff report of PROJECT_N
68+ ├── reports
69+ │ ├── BASE_BRANCH_NAME <- the base baseline is placed here
70+ │ ├── PATCH_BRANCH_NAME <- the patch baseline is placed here
71+ │ └── diff
72+ │ ├── index.xml <- the summary report of diff reports
73+ │ ├── base_config.xml <- the resources of the summary report
74+ │ ├── patch_config.xml <- the resources fo the summary report
75+ │ ├── css <- css reources are placed here
76+ │ ├── PROJECT_NAME_1
77+ │ │ └── index.xml <- the diff report of PROJECT_1
78+ │ ├── .......
79+ │ └── PROJECT_NAME_n
80+ │ └── index.xml <- the diff report of PROJECT_N
81+ ├── pmd-bin-<version>-<branch_name>-<sha1> <- cached pmd builds that are reused
82+ └── ....
8183
8284==== The baseline format
8385 branch_name
You can’t perform that action at this time.
0 commit comments