{"id":20414482,"url":"https://github.com/codecov/cpp-11-standard","last_synced_at":"2025-10-07T07:44:33.436Z","repository":{"id":45137818,"uuid":"204493189","full_name":"codecov/cpp-11-standard","owner":"codecov","description":"Codecov coverage standard for c++ 11","archived":false,"fork":false,"pushed_at":"2025-01-06T13:58:52.000Z","size":400,"stargazers_count":5,"open_issues_count":0,"forks_count":10,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-16T07:48:01.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/codecov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-08-26T14:26:30.000Z","updated_at":"2025-08-11T11:37:39.000Z","dependencies_parsed_at":"2023-01-20T05:33:51.850Z","dependency_job_id":"9ef6a4d3-76c0-4f45-870e-27129a39da93","html_url":"https://github.com/codecov/cpp-11-standard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codecov/cpp-11-standard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcpp-11-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcpp-11-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcpp-11-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcpp-11-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecov","download_url":"https://codeload.github.com/codecov/cpp-11-standard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fcpp-11-standard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740830,"owners_count":26037480,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":"2024-11-15T06:10:18.024Z","updated_at":"2025-10-07T07:44:33.417Z","avatar_url":"https://github.com/codecov.png","language":"C++","readme":"# C++ 11 Standard\n\n[![Workflow for C++ Standard Action](https://github.com/codecov/cpp-11-Standard/actions/workflows/cpp-11-standard.yml/badge.svg)](https://github.com/codecov/cpp-11-Standard/actions/workflows/cpp-11-standard.yml)  [![codecov](https://codecov.io/gh/codecov/cpp-11-Standard/branch/master/graph/badge.svg)](https://codecov.io/gh/codecov/cpp-11-Standard)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fcpp-11-standard.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcpp-11-standard?ref=badge_shield)\n\n### Last Updated: 10/31/22 00:19:32\n\n## What is this?\n\nThis is a **C++** application, with basic unit tests, for which coverage is uploaded to Codecov on a daily basis. It can also serve as an example for how to integrate Codecov into your C++ project. If the build is passing for this project, then Codecov's C++ report processing is functional and correct on codecov.io.\n\n## Configuration\n\nThis project is written in `C++ 11` and it is built using `Clang++`. Unit test are written using the `Catch2` framework and coverage reports are generated using the `gcov` CLI.\n\n## Usage\n\n### The Docker Way\n\nRun unit tests inside a Docker container\n```bash\ndocker-compose up\n```\n\n### The Local Way\n\nCompile Test Binary\n```\ng++ -std=c++11 -o TestBinary -fprofile-arcs -ftest-coverage test/test_index.cpp\n```\n\nRun Test Binary\n```\n./TestBinary\n```\n\nGenerate Report\n```\ngcov -o . test/test_index.cpp\n```\n\n## Reporting Issues\n\nIf you've discovered an issue with this repository or with C++ processing in general, it is recommended to email support@codecov.io rather than post an issue here. This repository will not be checked regularly for open issues.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to this repository, feel free to open a pull request or flag an issue. If you would like to contribute a new lanaguage standard, [you can get more information here](https://github.com/codecov/standards-scripts/blob/master/README.md#contributing). \n\n\n## License\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fcpp-11-standard.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcpp-11-standard?ref=badge_large)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecov%2Fcpp-11-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecov%2Fcpp-11-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecov%2Fcpp-11-standard/lists"}