Update content following review

This commit is contained in:
Pea Tyczynska
2018-11-16 11:03:16 +00:00
parent a43e6a8885
commit 7f4580cb82
6 changed files with 11 additions and 11 deletions

View File

@@ -37,5 +37,5 @@ npm test
display_result $? 3 "Front end code style check"
## Code coverage
py.test -n4 --maxfail=10 --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict
py.test -n4 --maxfail=10 --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict -p no:warnings
display_result $? 4 "Code coverage"