- v2 uses universal coverage reporter instead of node-coveralls like in v1.
-
Option
path-to-lcovis now deprecated, usefileinstead. -
You can skip
fileoption and coveralls will try to find all supported coverage files and combine their data. -
If coveralls fails to determine your coverage report format, use explicit
formatoption to specify it. See supported values. -
If you see a message
Nothing to reportit might be a path resolution issue. Check filenames in the coverage report and usebase-pathoption to adjust paths to the source files.