Skip to content

Commit

Permalink
fix coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
nuevoalex committed Jun 30, 2019
1 parent c629b50 commit 88e7aa0
Show file tree
Hide file tree
Showing 11 changed files with 2,624 additions and 206 deletions.
2 changes: 1 addition & 1 deletion packages/augur-core/README.md
Expand Up @@ -82,7 +82,7 @@ When writing tests, it is highly recommended to make use of the ContractFixtures
To generate a coverage report simply run the command:

```
node --max-old-space-size=12288 source/tools/generateCoverageReport.js
yarn test:coverage
```

The results will be displayed on the command line and a much richer HTML output will be generated in the `coverage` folder of the project.
Expand Down

0 comments on commit 88e7aa0

Please sign in to comment.