{"id":21304546,"url":"https://github.com/vassilevsky/abstract-code-coverage","last_synced_at":"2026-01-03T01:10:17.366Z","repository":{"id":69619890,"uuid":"148782624","full_name":"vassilevsky/abstract-code-coverage","owner":"vassilevsky","description":"Comprehensive source code coverage format specification","archived":false,"fork":false,"pushed_at":"2018-10-12T18:11:10.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T08:35:20.249Z","etag":null,"topics":["coverage","format","specification","standard","test-coverage"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vassilevsky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-09-14T12:01:22.000Z","updated_at":"2019-05-14T04:31:27.000Z","dependencies_parsed_at":"2023-05-21T02:30:23.213Z","dependency_job_id":null,"html_url":"https://github.com/vassilevsky/abstract-code-coverage","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/vassilevsky%2Fabstract-code-coverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassilevsky%2Fabstract-code-coverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassilevsky%2Fabstract-code-coverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassilevsky%2Fabstract-code-coverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vassilevsky","download_url":"https://codeload.github.com/vassilevsky/abstract-code-coverage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243778293,"owners_count":20346517,"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":["coverage","format","specification","standard","test-coverage"],"created_at":"2024-11-21T16:08:49.803Z","updated_at":"2026-01-03T01:10:17.334Z","avatar_url":"https://github.com/vassilevsky.png","language":"Makefile","readme":"# Abstract Code Coverage Format\n\nAn open, extensive, [JSON Schema](http://json-schema.org)-specified format of software source code coverage information.\n\n## Features\n\n* JSON as the underlying format\n* JSON Schema that fully specifies and describes the format\n* Programming language and tool-agnostic format\n* Support for branch coverage information\n* No need of access to source code to render a nice-looking coverage report\n\n## The Schema\n\nThe schema is in [abstract-coverage-schema.json](abstract-coverage-schema.json). This is the main artifact of this project.\nIt is validated agaist the [metaschema](http://json-schema.org/specification.html#meta-schemas) on [Travis](https://travis-ci.org) on every push.\n\nExamples are in [examples](examples) directory. They are validated against this schema.\n\n## Implementations\n\n* _Add your own implementation here via a pull request_\n\n## Related projects\n\nIn the order of frequency of encounters in my research:\n\n### SonarQube Generic Test Coverage format\n\nPros:\n* XML Schema\n  * The only coverage format I know of that has an openly available schema. Wow!\n\nCons:\n* XML (what year is it?)\n* Overly verbose element names (`linesToCover`)\n* Poor branch coverage info\n\n### Cobertura\n\nPros:\n\n* Seems to be widely supported\n\nCons:\n\n* Doesn't have an easily discoverable schema or even an example\n\n### Coveralls\n\nPros:\n\n* Widely supported\n\nCons:\n\n* Doesn't have an easily discoverable schema or even an example\n\n### Cover for Bitbucket Server\n\nPros:\n\n* Compact\n\nCons:\n\n* Too compact\n\n### CodeClimate\n\nPros:\n\n* Seems to be widely supported\n\nCons:\n\n* Doesn't have an easily discoverable schema or even an example\n\n## TODO\n\n* Help OpenCov support this format\n  * Write an opencov client gem to replace coveralls (which is just not cool to piggyback on)\n* Write a renderer to a standalone nice-looking project coverage report\n* Port [Makefile](Makefile) to Windows\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvassilevsky%2Fabstract-code-coverage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvassilevsky%2Fabstract-code-coverage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvassilevsky%2Fabstract-code-coverage/lists"}