Releases: coverallsapp/github-action
Releases · coverallsapp/github-action
v2.2.1
2.2.1: add measure, files, and fail-on-error options
v2.2.0
2.2.0: allow globs in file option
v1.2.5
1.2.5: add debug option
v1
v1.2.5
v2.1.2
2.1.2: add source header
v2.1.1
2.2.1: check sha256sum on downloaded binary
v2.1.0
2.1.0: add allow-empty option
v2.0.0
Notable changes:
- v2 uses universal coverage reporter instead of node-coveralls like in v1.
Upgrading (v1 -> v2)
-
Option
path-to-lcovis now deprecated, usefileinstead. -
You can also skip using the
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.
v2.0.0-rc3
2.0.0-rc3: add format option
v2.0.0-rc2
2.0.0-rc2: add compare-ref and compare-sha options