Skip to content

Commit c903a61

Browse files
author
Benjamin Coe
committed
fix a couple minor nits I had with README.md
1 parent 4553ce2 commit c903a61

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

README.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,7 @@ nyc report
7171

7272
To view your coverage report:
7373

74-
```shell
75-
--------------------|-----------|-----------|-----------|-----------|
76-
File | % Stmts |% Branches | % Funcs | % Lines |
77-
--------------------|-----------|-----------|-----------|-----------|
78-
./ | 85.96 | 50 | 75 | 92.31 |
79-
index.js | 85.96 | 50 | 75 | 92.31 |
80-
./test/ | 98.08 | 50 | 95 | 98.04 |
81-
nyc-test.js | 98.08 | 50 | 95 | 98.04 |
82-
./test/fixtures/ | 100 | 100 | 100 | 100 |
83-
sigint.js | 100 | 100 | 100 | 100 |
84-
sigterm.js | 100 | 100 | 100 | 100 |
85-
--------------------|-----------|-----------|-----------|-----------|
86-
All files | 91.89 | 50 | 86.11 | 95.24 |
87-
--------------------|-----------|-----------|-----------|-----------|
88-
```
74+
<img width="500" src="screen.png">
8975

9076
you can use any reporters that are supported by istanbul:
9177

@@ -193,4 +179,4 @@ after_success: npm run coverage
193179
194180
That's all there is to it!
195181
196-
> Note: by default coveralls.io adds comments to pull-requests on GitHub, this can feel intrusive. To disable this, click on your repo on coveralls.io and uncheck `LEAVE COMMENTS?`._
182+
> Note: by default coveralls.io adds comments to pull-requests on GitHub, this can feel intrusive. To disable this, click on your repo on coveralls.io and uncheck `LEAVE COMMENTS?`.

screen.png

53.6 KB
Loading

0 commit comments

Comments
 (0)