{"id":16964405,"url":"https://github.com/bolorundurowb/netcover","last_synced_at":"2026-05-20T14:46:57.102Z","repository":{"id":66329726,"uuid":"78859410","full_name":"bolorundurowb/NETCover","owner":"bolorundurowb","description":"A code coverage tool for C#","archived":false,"fork":false,"pushed_at":"2017-03-30T22:05:13.000Z","size":423,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T12:26:34.434Z","etag":null,"topics":["c-sharp","code-analysis","code-coverage"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bolorundurowb.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":"2017-01-13T15:06:20.000Z","updated_at":"2019-05-16T21:37:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"baffcc74-a397-4aa7-b108-13e7cecc6ac8","html_url":"https://github.com/bolorundurowb/NETCover","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/bolorundurowb%2FNETCover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolorundurowb%2FNETCover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolorundurowb%2FNETCover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolorundurowb%2FNETCover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bolorundurowb","download_url":"https://codeload.github.com/bolorundurowb/NETCover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244836122,"owners_count":20518387,"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":["c-sharp","code-analysis","code-coverage"],"created_at":"2024-10-13T23:43:29.428Z","updated_at":"2026-05-20T14:46:57.075Z","avatar_url":"https://github.com/bolorundurowb.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NET Cover\n\n[![Build Status](https://travis-ci.org/bolorundurowb/NETCover.svg?branch=master)](https://travis-ci.org/bolorundurowb/NETCover)\n\n## About\nThis project aims to develop a cross-platform code coverage tool for .NET languages _(starting with C#)_ that would generate coverage reports in different formats _(starting with LCOV)_ compatible with different coverage reporting services. \n\nAs at now, it works with MSBuild generated PDB files and workis going on in ernest to make it compatible with XBuild generated MDB files.\n\nThis work is a derivative created by Sergiy Sakharov, for his original work visit [https://www.codeproject.com/Articles/41722/Building-NET-Coverage-Tool](https://www.codeproject.com/Articles/41722/Building-NET-Coverage-Tool)\n\n## Usage\n```bash\ncoverage.exe {\u003cAssemblyPaths\u003e} [{-[\u003cFilterType\u003e:]NameFilter}] [\u003ccommands\u003e[\u003ccommandArgs\u003e]]\n```\n\n_AssemblyPaths_ - file system masks for DLL/EXE files, `i.e.: \"C:\\Temp\\Libs\\NHibernate* C:\\Temp\\NInject\\NInject.Core*\"`\n\n_Filter Types:_\n\u003e f: - exclude files by name\n\n\u003e s: - exclude assemblies by name (This could be useful if strong name for some assembly should be weakened, however, coverage report is redundant for it)\n\n\u003e t: - exclude types by full name\n\n\u003e m: - exclude methods by full name\n\n\u003e a: or nothing - exclude members by their custom attribute names\n\n_Commands:_\n\u003e /r - If this command is selected - instrumented assemblies replace existing ones. Old assemblies are backed up along with corresponding pdb files\n\n\u003e /x \u003ccoverage file path\u003e - Path to a coverage XML file\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolorundurowb%2Fnetcover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolorundurowb%2Fnetcover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolorundurowb%2Fnetcover/lists"}