mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Add code coverage
- generates a code coverage report - triggers Coveralls on every Travis build - adds a badge to the README
This commit is contained in:
@@ -11,6 +11,7 @@ install:
|
||||
- npm rebuild node-sass
|
||||
- pip install -r requirements_for_test.txt
|
||||
after_success:
|
||||
- coveralls
|
||||
- ./scripts/trigger-dependent-build.sh
|
||||
script:
|
||||
- npm run build
|
||||
|
||||
Reference in New Issue
Block a user