diff --git a/nix/coverage-html.nix b/nix/coverage-html.nix index b539172..64162be 100644 --- a/nix/coverage-html.nix +++ b/nix/coverage-html.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation { TOTAL_COVERAGE="$( htmlq 'td > pre' Totals<\/pre>$/d' \ - | head -n 1 \ + | head -n 2 \ # Skip "Totals" and "Function Coverage", get "Line Coverage" | sed -e 's/[[:space:]]*//' -e 's/%.*$/%/' \ )"
[[:space:]]*//' -e 's/%.*$/%/' \ )"