Releases: coverallsapp/github-action
Releases · coverallsapp/github-action
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-lcov
is now deprecated, usefile
instead. -
You can also skip using the
file
option 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
format
option 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
v2.0.0-rc1
2.0.0-rc1: use universal coverage reporter