minor fix to makefile, add codecov instructiosn to readme

This commit is contained in:
Danny Ryan
2019-06-16 17:38:48 -06:00
parent 20aa539f4d
commit 2f9c554bf7
2 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ These tests are sanity tests, to verify if the spec itself is consistent.
#### Automated
Run `make test` from the root of the specs repository.
Run `make test` from the root of the specs repository (after running `make install_test` if have not before).
#### Manual
@@ -50,6 +50,10 @@ pytest --config=minimal eth2spec
```
Note the package-name, this is to locate the tests.
### How to view code coverage report
Run `make open_cov` from the root of the specs repository after running `make test` to open the html code coverage report.
## Contributing