{"id":20414541,"url":"https://github.com/codecov/example-vala","last_synced_at":"2026-03-07T12:36:03.636Z","repository":{"id":66039637,"uuid":"61906398","full_name":"codecov/example-vala","owner":"codecov","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-22T21:35:49.000Z","size":11,"stargazers_count":12,"open_issues_count":0,"forks_count":5,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-10-19T23:48:18.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vala","has_issues":false,"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}},"created_at":"2016-06-24T19:02:52.000Z","updated_at":"2024-08-02T15:39:26.000Z","dependencies_parsed_at":"2024-11-15T06:11:07.562Z","dependency_job_id":"cd321454-7824-4056-be5c-aaa8de034b42","html_url":"https://github.com/codecov/example-vala","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codecov/example-vala","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-vala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-vala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-vala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-vala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecov","download_url":"https://codeload.github.com/codecov/example-vala/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-vala/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30213212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T12:15:00.571Z","status":"ssl_error","status_checked_at":"2026-03-07T12:15:00.217Z","response_time":53,"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":"2024-11-15T06:11:00.116Z","updated_at":"2026-03-07T12:36:03.587Z","avatar_url":"https://github.com/codecov.png","language":"Vala","readme":"# [Codecov][1] Vala Example\n## Guide\n### Travis Setup\n\nAdd to your `.travis.yml` file.\n```yml\nlanguage: c\nafter_success:\n  - bash \u003c(curl -s https://codecov.io/bash)\n```\n### Produce Coverage Reports\n\nSince Vala translate to C, [the usage same directives for C/C++](https://github.com/codecov/example-c)\napply. The ``--ccode`` and ``--debug`` flags have to be specified so that the\nC coverage can be properly mapped to the original sources.\n\n```bash\nvalac --debug --ccode hello.vala\ngcc $(pkg-config --cflags --libs glib-2.0 gobject-2.0) -ftest-coverage -fprofile-arcs -o hello hello.c\n./hello\ngcov hello.vala\n```\n\n## Meson\n\nTo enable coverage with [Meson][5], specify the `-D b_coverage=true` project option.\n\n```bash\nmkdir build \u0026\u0026 cd build\nmeson -D b_coverage=true ..\nninja\nninja test\n```\n\n## Caveats\n### Private Repos\nAdd to your `.travis.yml` file.\n```yml\nafter_success:\n  - bash \u003c(curl -s https://codecov.io/bash) -t uuid-repo-token\n```\n\n1. More documentation at https://docs.codecov.io\n2. Configure codecov through the `codecov.yml`  https://docs.codecov.io/docs/codecov-yaml\n\nWe are happy to help if you have any questions. Please contact email our Support at [support@codecov.io](mailto:support@codecov.io)\n\n[1]: https://codecov.io/\n[5]: http://mesonbuild.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecov%2Fexample-vala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecov%2Fexample-vala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecov%2Fexample-vala/lists"}