Skip to content

Commit

Permalink
fix(docs): add test coverage to workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bzlibby authored and ssube committed Aug 23, 2020
1 parent 76cd161 commit 52b225c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,9 @@ After you have pushed your local changes, you can create a pull request and merg

### Test Coverage

TODO
To see how much of your code is covered by your tests:

```shell
> google-chrome ./out/coverage/index.html
# change google-chrome to your web browser of choice
```

0 comments on commit 52b225c

Please sign in to comment.