Releases: coverallsapp/github-action
Releases · coverallsapp/github-action
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
v1.2.4
1.2.4: make github-token optional
v1.2.3
1.2.3: allow overwrite service_job_id