Skip to content

Commit

Permalink
doc: update v1/master reference (microsoft#748)
Browse files Browse the repository at this point in the history
Update release script to reference master, instead of v2.
  • Loading branch information
pjlittle authored and wbreza committed Apr 12, 2019
1 parent 4f1574b commit 2139112
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/PLATO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ We're also using the [eslint-plugin-react](https://github.com/yannickcr/eslint-p

## Coverage Reports

### V2

The [VoTT V2 coverage report](https://vottv2.z5.web.core.windows.net/) is updated on each merged PR, to reflect complexity analysis over time.
The [VoTT coverage report](https://vottv2.z5.web.core.windows.net/) is updated on each merged PR, to reflect complexity analysis over time.

### V1

For posterity, a copy of the [V1 coverage report](https://vottv1.z5.web.core.windows.net/) is also available. This report represents a snapshot of the v1 codebase (master branch) and can be generated by running:
For posterity, a copy of the [V1 coverage report](https://vottv1.z5.web.core.windows.net/) is also available. This report represents a snapshot of the v1 codebase (v1 branch) and can be generated by running:

```bash
git checkout master
git checkout v1
npm i plato --no-save
plato -r -d report -t 'VoTT v1 Complexity Analysis' -x 'public/js|test_|main.js' src
```
Expand All @@ -32,7 +30,7 @@ plato -r -d report -t 'VoTT v1 Complexity Analysis' -x 'public/js|test_|main.js'

## Debugging

1. If `npm run plato` is not working for you, try runnnig the script manually:
1. If `npm run plato` is not working for you, try running the script manually:

* Make sure you have `typescript` & `es6-plato` installed locally:

Expand Down

0 comments on commit 2139112

Please sign in to comment.