Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Validate Threshold Coverage
  2. node_modules/.bin/istanbul check-coverage \
  3. --lines 80 \
  4. --functions 80
  5.  
  6. /opt/teamcity/work/analytics-hg/analytics/countly-server/node_modules/istanbul/lib/cli.js:31
  7. throw ex; // turn it into an uncaught exception
  8. ^
  9. ERROR: Coverage for functions (79.95%) does not meet threshold (80%)
  10. make: *** [validate-coverage] Error 8
  11. Testing has failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement