diff --git a/reports/README.md b/reports/README.md index bcd0239..6ef3923 100644 --- a/reports/README.md +++ b/reports/README.md @@ -6,10 +6,5 @@ This tool reads junit XML reports from different SDKs and generates an HTML repo ## Current Status -`./cmd/build-html` will iterate over each directory in `result-files`. each directory should contain: - -* `sdk.json`: a JSON file describing which SDK these test files came from and optionally overriding the names of some tests or testsuites -* `*.xml`: one or more `.xml` files in junit XML report format describing the results of the test - -Once it reads all files, it will write `_site/index.html` - \ No newline at end of file +`./cmd/build-html` will iterate over the zip files in `result-files` where it expects to find junit-forat test results in files with names ending in `.xml`. +It will read all junit results in all zips and produce a report to `_site/index.html`