From 0db2c3cdacfee94645baa18e49ff07a7cda3b66b Mon Sep 17 00:00:00 2001 From: James Kessler Date: Thu, 17 Oct 2024 10:16:54 -0700 Subject: [PATCH] Update README.md Remove / comment out-of-date section re: `coveralls-api-result`, only available in `v1.x`. Please send any questions, suggestions or requests re: this sole output option to support@coveralls.io. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index add47f48..a3a804c9 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,11 @@ This action's step needs to run after your test suite has outputted a coverage r | `fail-on-error` | _optional_ | Default: `true`. Set to `false` to avoid CI failure when upload fails due to any errors. | | `coverage-reporter-version` | _optional_ | Default: `latest`. Version of coverage-reporter to use. Make sure to prefix the version number with 'v'. For example: v0.6.9. Not available currently on macOS. | -### Outputs: - -* `coveralls-api-result`: JSON response from the Coveralls API with a status code and url for the Job on Coveralls. + + + + + ### Standard Example: