summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-06-08 15:10:47 +0700
committerhathach <[email protected]>2026-06-08 15:17:20 +0700
commitd38ba79ad4a9cd90589a422b6eebd90614af4008 (patch)
tree60e15aadea74741c3013c86005bb61a62ff0cdf2 /.gitignore
parent6586d94af07c96b6842d31fd6b06288d78e26864 (diff)
test/hil: report board x test results as a markdown matrix
hil_test.py now writes hil_report.md and prints it to stdout: rows are boards, columns are tests (bare example names), cells are pass/fail/skip. test_example returns a per-test status, test_board collects a board x test grid (one row per flags-on variant), and main() renders an aligned table. A missing binary counts as skipped. hil_ci.sh copies the report back from the remote after a run; hil_report.md is gitignored. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c11e51bb9..ba1574558 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
html
latex
+hil_report.md
*.a
*.d
*.o