Skip to content

Commit

Permalink
docs: Reorganize readme (#1093)
Browse files Browse the repository at this point in the history
* reorganize and optimize for configuration options
* remove outdated docs and point more to the preset configs
* add a Coverage thresholds section
* add the skip-full option to the table because it's interesting
* move nyc instrument link closer to the advanced features
* rework installation section
* move Source map info towards the bottom
* remove incorrect sections and formatting
* documents interaction between --require and --all
* add Combining multiple runs section
* remove old custom require hooks section
  • Loading branch information
JaKXz authored and coreyfarrell committed May 3, 2019
1 parent c5d90fa commit 65478be
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 239 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -18,7 +18,8 @@ create a basic `nyc-bug-demo` repository and link to that please [mandatory].

## Environment Information
<!--
[mandatory] run the following script: npx envinfo@latest --preset nyc
[mandatory] run the following script:
npx envinfo@latest --preset nyc
-->
```
# paste the output here
Expand Down

0 comments on commit 65478be

Please sign in to comment.