{"id":51832691,"url":"https://github.com/lammps/lammps-test-results","last_synced_at":"2026-07-22T17:37:21.266Z","repository":{"id":369149596,"uuid":"1288537246","full_name":"lammps/lammps-test-results","owner":"lammps","description":"LAMMPS test status website","archived":false,"fork":false,"pushed_at":"2026-07-15T04:08:50.000Z","size":1127,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-15T05:27:44.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lammps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-03T17:45:43.000Z","updated_at":"2026-07-15T04:08:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lammps/lammps-test-results","commit_stats":null,"previous_names":["lammps/lammps-test-results"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lammps/lammps-test-results","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lammps%2Flammps-test-results","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lammps%2Flammps-test-results/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lammps%2Flammps-test-results/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lammps%2Flammps-test-results/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lammps","download_url":"https://codeload.github.com/lammps/lammps-test-results/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lammps%2Flammps-test-results/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35771492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-22T17:37:20.299Z","updated_at":"2026-07-22T17:37:21.257Z","avatar_url":"https://github.com/lammps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LAMMPS Test Status Website\n\nAggregates the results of the automated LAMMPS test runs into a static\nwebsite and a rolling GitHub status issue.\n\n## How it works\n\n- GitHub Actions workflows in [lammps/lammps](https://github.com/lammps/lammps)\n  upload JUnit XML test results as artifacts for post-merge runs on the\n  `develop` branch (regression tests: merged `run.json` + JUnit XML; unit\n  tests: one `junit-\u003cconfig\u003e` artifact per platform/configuration).\n- The nightly [update workflow](.github/workflows/update.yml) in this\n  repository ingests new artifacts (`tools/ingest_actions.py`), archives one\n  `run.json` per run under `data/\u003csuite\u003e/\u003crunid\u003e/`, rebuilds the website\n  (`generator/build_site.py`), deploys it to GitHub Pages, and updates the\n  rolling status issue (`tools/update_issue.py`).\n- Summaries of the server-side reports (code coverage, static analysis) can\n  be ingested as `data/external/*.json`; the publicly visible Coverity Scan\n  analysis metrics are scraped nightly from the project overview page\n  (`tools/scrape_coverity.py`).\n\n## Notifications\n\nThe status issue body is rewritten in place on every update, which does not\nnotify anybody. A comment is posted only when new failures appear or known\nfailures are fixed; comments notify issue subscribers. Subscribe to the pinned\nstatus issue to get emails about regressions - and nothing else.\n\n## Local use\n\nEverything only needs the Python standard library (plus the `gh` CLI for the\nscripts that talk to GitHub):\n\n    python3 generator/build_site.py             # data/ -\u003e _site/\n    python3 tools/ingest_actions.py --dry-run   # what would be ingested\n    python3 tools/update_issue.py --repo \u003cowner/repo\u003e --site-url \u003curl\u003e --dry-run\n\n`run.json` files can also be produced manually from local test runs with\n`tools/regression-tests/merge_results.py` (regression tests) in lammps/lammps\nor `tools/junit_to_json.py` (any JUnit XML file, e.g. from\n`ctest --output-junit`).\n\n## Data layout\n\n    data/\u003csuite\u003e/\u003crunid\u003e/run.json\n\n`\u003csuite\u003e` is `full-regression`, `quick-regression`, or `unit-tests/\u003cconfig\u003e`;\n`\u003crunid\u003e` is `\u003cISO timestamp\u003e_\u003cshort sha\u003e` and sorts chronologically. The\n`run.json` format is documented in `tools/rundata.py`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flammps%2Flammps-test-results","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flammps%2Flammps-test-results","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flammps%2Flammps-test-results/lists"}