AOMediaCodec / iamf-tools

Tools to work with IAMF
https://aomediacodec.github.io/iamf-tools/
Other
18 stars 8 forks source link

Generate list of test report #2

Open cconcolato opened 1 year ago

cconcolato commented 1 year ago

It would be good to generate an HTML report listing all the tests (filename, human description, is valid or not...) maybe in the form of a table. That report could be generated automatically whenever a PR is merged and published on GitHub pages. That would offer a synthesis of what is tested.

jwcullen commented 1 year ago

We have test_summary.csv and coverage.csv report. Still outstanding is generating this when PRs are merged in.

sunghee-hwang commented 1 year ago

@jwcullen @yeroro @yilun-zhangs, is it still an open issue or was it already addressed?

jwcullen commented 1 year ago

I added a label to postpone this. We have these reports published, but ideally they would be automatically generated when a PR is merged.