This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository llvm-lnt.
from 7cd5f1e Also build the Docker image on PRs, but only push it on pushes (#78) new d2339d3 Generate JSON reports in format V2 when using `lnt importrepo [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lnt/lnttool/import_report.py | 30 ++++++++++++++++++------------ lnt/testing/__init__.py | 4 ++-- tests/lnttool/Inputs/example_metrics.lnt | 5 +++++ tests/lnttool/importreport.shtest | 30 ++++++++++++++++++++++++++++++ tests/lnttool/test_importreport.py | 8 -------- tests/testing/TestingTest.py | 20 ++++++++++---------- 6 files changed, 65 insertions(+), 32 deletions(-) create mode 100644 tests/lnttool/Inputs/example_metrics.lnt create mode 100644 tests/lnttool/importreport.shtest delete mode 100644 tests/lnttool/test_importreport.py