{"id":21435851,"url":"https://github.com/konstan/test-report-sonar","last_synced_at":"2026-01-03T00:56:38.338Z","repository":{"id":147769013,"uuid":"466408292","full_name":"konstan/test-report-sonar","owner":"konstan","description":"test-report-sonar is a tool for producing Sonar Generic Execution XML reports from clojure.test test suites.","archived":false,"fork":false,"pushed_at":"2022-11-22T13:02:38.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T09:28:00.669Z","etag":null,"topics":["clojure","sonarqube","testing","tests"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/konstan.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}},"created_at":"2022-03-05T09:31:07.000Z","updated_at":"2022-03-10T07:39:18.000Z","dependencies_parsed_at":"2023-04-09T10:31:46.524Z","dependency_job_id":null,"html_url":"https://github.com/konstan/test-report-sonar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstan%2Ftest-report-sonar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstan%2Ftest-report-sonar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstan%2Ftest-report-sonar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstan%2Ftest-report-sonar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konstan","download_url":"https://codeload.github.com/konstan/test-report-sonar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945561,"owners_count":20372897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["clojure","sonarqube","testing","tests"],"created_at":"2024-11-22T23:49:06.265Z","updated_at":"2026-01-03T00:56:38.295Z","avatar_url":"https://github.com/konstan.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# test-report-sonar\n\nRenders test reports results in [Sonar Generic Execution format](https://docs.sonarqube.org/latest/analysis/generic-test/#header-2).\n\nThe plugin is envoked when you run `lein test`.\n\nFor the the plugin to be invoked, add the following to the `:test` profile\n\n```clojure\n:profiles {:test {:plugins [[org.clojars.konstan/lein-test-report-sonar \"0.0.2\"]]\n                  :test-report-sonar {:output-dir \"test-reports\"}}\n           }\n```\n\nThe reports will be generated in `test-reports/sonar/testExecutions.xml`.\n\nThe plugin can generate JUnit XML results as well. To do so, add \n`:emit-junit-xml true` under `:test-report-sonar` map.\n\n```clojure\n:profiles {:test {:plugins [[org.clojars.konstan/lein-test-report-sonar \"0.0.2\"]]\n                  :test-report-sonar {:output-dir \"test-reports\"\n                                      :emit-junit-xml true}}\n           }\n```\nThe JUnit XML reports will be generated under `test-reports/xml/`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonstan%2Ftest-report-sonar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonstan%2Ftest-report-sonar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonstan%2Ftest-report-sonar/lists"}