{"id":26294656,"url":"https://github.com/afiore/cikit","last_synced_at":"2026-04-25T18:31:25.116Z","repository":{"id":37888552,"uuid":"274106869","full_name":"afiore/cikit","owner":"afiore","description":"Minimum viable CI reporting","archived":false,"fork":false,"pushed_at":"2023-01-20T22:41:49.000Z","size":12516,"stargazers_count":0,"open_issues_count":25,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T21:50:55.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/afiore.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}},"created_at":"2020-06-22T10:26:06.000Z","updated_at":"2021-12-14T19:22:46.000Z","dependencies_parsed_at":"2023-02-12T06:15:15.824Z","dependency_job_id":null,"html_url":"https://github.com/afiore/cikit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afiore/cikit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afiore%2Fcikit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afiore%2Fcikit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afiore%2Fcikit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afiore%2Fcikit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afiore","download_url":"https://codeload.github.com/afiore/cikit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afiore%2Fcikit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32273204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-03-15T03:31:21.861Z","updated_at":"2026-04-25T18:31:25.095Z","avatar_url":"https://github.com/afiore.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CI Kit\n\nPlayground project using Rust to build a minimum viable CI reporting tool.\n\n### Goals\n\n- Provide a minimal but functional UI to display JUnit test reports both through the CLI and as an HTML document.\n- Notify test outcome through various channels: i.e. slack web-hooks, github comments/annotations, email, etc.\n- Have fun!\n\n### Features\n\nA rudimentary React-based HTML viewer is already implemented:\n\n![cikit HTML report rendering](images/cikit-html.gif)\n\n_Note:_ in order to view the generated reports, you will need to run a webserver using the `report` folder as the document root (e.g `cd report \u0026\u0026 python2 -m SimpleHTTPServer 8000`).\n\nAlso, reports can be rendered in the console using the even more crude _text_ format:\n\n![cikit text report rendering](images/cikit-console.gif)\n\n### Usage\n\n```\ncikit 0.1.0\nThe continuous integration reporting toolkit\n\nUSAGE:\n    cikit --config-path \u003cconfig-path\u003e [project-dir] \u003cSUBCOMMAND\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -c, --config-path \u003cconfig-path\u003e    Input file\n\nARGS:\n    \u003cproject-dir\u003e\n\nSUBCOMMANDS:\n    help           Prints this message or the help of the given subcommand(s)\n    notify         Notifies the build outcome via Slack\n    test-report    Reads the Junit test report\n```\n\n### Building and running\n\nIn order to statically embed a small set of web assets into its executable, `cikit`\nwraps its UI build (React/TypeScript) into a Cargo build. \nAssuming you have both `npm` and `rustup` (default toolchain) installed, you should be able to build the project in one go by simply running:\n\n`cargo build`\n\nand then\n\n`cargo test` to execute the test suite.\n\nFinally, you can iteratively recompile and run the program by prefixing the normal executable call with `cargo run --`:\n\n```bash\nRUST_LOG='cikit=debug' RUST_BACKTRACE=1 cargo run -- \\ \n   -c sample.config.toml ~/code/project-with-junit \\ \n   test-report html -o test-report -f\n```\n\nYou might want to amend the `report_dir_pattern` config value with a glob expression that matches your project junit XML report dir/s.\n\n### Development status\n\n😴 This project is currently in a dormant state and is not being actively maintained.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafiore%2Fcikit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafiore%2Fcikit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafiore%2Fcikit/lists"}