{"id":17472778,"url":"https://github.com/shinnn/nyc-config-common","last_synced_at":"2026-04-24T23:34:55.846Z","repository":{"id":65997869,"uuid":"146675268","full_name":"shinnn/nyc-config-common","owner":"shinnn","description":"A reusable nyc configuration to improve common workflow","archived":false,"fork":false,"pushed_at":"2018-10-14T13:35:10.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T09:52:40.846Z","etag":null,"topics":["coverage","istanbul","javascript","nodejs","nyc","reporter","sharable-config"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shinnn.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-08-30T00:42:46.000Z","updated_at":"2018-10-14T13:35:12.000Z","dependencies_parsed_at":"2023-05-23T00:00:25.929Z","dependency_job_id":null,"html_url":"https://github.com/shinnn/nyc-config-common","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"b4459fe6548325f7d39e0efaf6cf2443bfa1044e"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinnn%2Fnyc-config-common","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinnn%2Fnyc-config-common/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinnn%2Fnyc-config-common/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinnn%2Fnyc-config-common/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shinnn","download_url":"https://codeload.github.com/shinnn/nyc-config-common/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245991583,"owners_count":20706129,"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","istanbul","javascript","nodejs","nyc","reporter","sharable-config"],"created_at":"2024-10-18T17:36:21.716Z","updated_at":"2026-04-24T23:34:55.813Z","avatar_url":"https://github.com/shinnn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nyc-config-common\n\n[![npm version](https://img.shields.io/npm/v/nyc-config-common.svg)](https://www.npmjs.com/package/nyc-config-common)\n[![Build Status](https://travis-ci.com/shinnn/nyc-config-common.svg?branch=master)](https://travis-ci.com/shinnn/nyc-config-common)\n\nA reusable [nyc](https://github.com/istanbuljs/nyc) configuration to improve common workflow\n\n## Installation\n\n[Use](https://docs.npmjs.com/cli/install) [npm](https://docs.npmjs.com/getting-started/what-is-npm).\n\n```\nnpm install --save-dev nyc-config-common\n```\n\n## Usage\n\n[Include](https://github.com/istanbuljs/nyc#publish-and-reuse-your-nyc-configuration) this package to the project's `nyc` configuration.\n\n```json\n{\n  \"nyc\": {\n    \"extends\": \"nyc-config-common\"\n  }\n}\n```\n\nThen `nyc` command uses the better default settings whenever it's run, as described below:\n\n### On non-[CI](https://www.martinfowler.com/articles/continuousIntegration.html) environments\n\n* Runs both [`html` and `text` reporter](https://github.com/istanbuljs/nyc#running-reports) in every `nyc` execution\n* Writes raw coverage information to `coverage` directory where HTML reports are also saved, instead of the default `.nyc_output`\n  * So that users don't need to include `.nyc_output` to their [`.gitignore`](https://git-scm.com/docs/gitignore)\n\n### On CI\n\nFor example [Travis CI](https://docs.travis-ci.com/user/getting-started) and [AppVeyor](https://www.appveyor.com/)\n\n* Uses `text-lcov` reporter by default while executing `report` subcommand\n  * In most case `nyc report` is expected to print LCOV on CI to integrate [coverage](https://coveralls.io/) [report](https://codecov.io/) services\n\n## License\n\n[ISC License](./LICENSE) © 2018 Shinnosuke Watanabe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinnn%2Fnyc-config-common","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinnn%2Fnyc-config-common","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinnn%2Fnyc-config-common/lists"}