jedireza/aqua

Coverage question

walshe opened this issue · 1 comments

a stupid question maybe but what does this mean and why is it happening:

86 tests complete (1 skipped)
Test duration: 2130 ms
Assertions count: 111 (verbosity: 1.29)
No global variable leaks detected
Coverage: 98.50% (23/1534)
client/actions/api.js missing coverage from file(s):
	null on line(s): 
client/components/alert.jsx missing coverage from file(s):
	null on line(s): 
client/components/form/button.jsx missing coverage from file(s):
	null on line(s): 

Nope there are no stupid questions. 😁

When I run $ npm test on the latest master I get:

$ npm t 

> aqua@6.5.0 test /Users/jedieza/projects/aqua
> lab -t 99 -S -T ./test/lab/transform -L --lint-options '{"extensions":[".js",".jsx"]}' ./test/lab/client-before.js ./test/client/ ./test/lab/client-after.js ./test/server/ ./test/lab/server-after.js ./test/misc/


  
  .......................................-..........
  ..................................................
  ..................................................
  ..................................................
  ..................................................
  ..................................................
  ..................................................
  ..................................................
  ..................................................
  ..................................................
  ...................---............................
  ......................-...........................
  ..................................................
  ..................................................
  ..................................................
  ..................................................
  ..................................................
  ..........

855 tests complete (5 skipped)
Test duration: 4777 ms
Assertions count: 1580 (verbosity: 1.85)
No global variable leaks detected
Coverage: 100.58% (-85/14563)
Linting results: No issues