{"id":25445501,"url":"https://github.com/holyshared/mocha-tcov-reporter","last_synced_at":"2025-07-18T01:36:37.391Z","repository":{"id":25896572,"uuid":"29337129","full_name":"holyshared/mocha-tcov-reporter","owner":"holyshared","description":"Simple code coverage reporter for mocha","archived":false,"fork":false,"pushed_at":"2016-02-07T08:45:13.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-01T12:09:26.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/holyshared.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}},"created_at":"2015-01-16T07:11:00.000Z","updated_at":"2016-01-17T05:41:37.000Z","dependencies_parsed_at":"2022-08-26T18:22:30.477Z","dependency_job_id":null,"html_url":"https://github.com/holyshared/mocha-tcov-reporter","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/holyshared/mocha-tcov-reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fmocha-tcov-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fmocha-tcov-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fmocha-tcov-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fmocha-tcov-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holyshared","download_url":"https://codeload.github.com/holyshared/mocha-tcov-reporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fmocha-tcov-reporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264711209,"owners_count":23652350,"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":[],"created_at":"2025-02-17T16:23:15.302Z","updated_at":"2025-07-18T01:36:37.348Z","avatar_url":"https://github.com/holyshared.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"mocha-tcov-reporter\n========================\n\nThis reporter is a simple code coverage reporter.  \nWill display the results in a list.\n\n[![npm version](https://badge.fury.io/js/mocha-tcov-reporter.svg)](http://badge.fury.io/js/mocha-tcov-reporter)\n[![Build Status](https://travis-ci.org/holyshared/mocha-tcov-reporter.svg?branch=upgrade_modules)](https://travis-ci.org/holyshared/mocha-tcov-reporter)\n[![Coverage Status](https://coveralls.io/repos/holyshared/mocha-tcov-reporter/badge.svg?branch=master)](https://coveralls.io/r/holyshared/mocha-tcov-reporter?branch=master)\n[![Code Climate](https://codeclimate.com/github/holyshared/mocha-tcov-reporter/badges/gpa.svg)](https://codeclimate.com/github/holyshared/mocha-tcov-reporter)\n[![Dependency Status](https://david-dm.org/holyshared/mocha-tcov-reporter.svg)](https://david-dm.org/holyshared/mocha-tcov-reporter)![mocha-tcov-reporter](https://raw.githubusercontent.com/holyshared/mocha-tcov-reporter/master/screen.png \"mocha-tcov-reporter\")\n\nInstallation\n------------------------------------------\n\n\tnpm install mocha-tcov-reporter --save-dev\n\nBasic Usage\n------------------------------------------\n\nAdd a set of [blanket](https://github.com/alex-seville/blanket) to package.json.\n\n```json\n\"config\": {\n  \"blanket\": {\n    \"pattern\": \"/lib/\",\n    \"data-cover-never\": \"/node_modules/\"\n  }\n}\n```\n\nAfter that, You need to specify the reporter.  \n\n\tmocha -r blanket -R mocha-tcov-reporter test\n\n\nMulti Reporter\n------------------------------------------\n\nWith [mocha-multi](https://github.com/glenjamin/mocha-multi), you can view the report along with the test results.  \nIn the example below, we have used in conjunction with the spec reporter.\n\n\tmulti='spec=- mocha-tcov-reporter=-' mocha -r blanket -R mocha-multi test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholyshared%2Fmocha-tcov-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholyshared%2Fmocha-tcov-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholyshared%2Fmocha-tcov-reporter/lists"}