Skip to content

Commit 0db2c3c

Browse files
authoredOct 17, 2024··
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 [email protected].
1 parent 29d7fa2 commit 0db2c3c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ This action's step needs to run after your test suite has outputted a coverage r
3434
| `fail-on-error` | _optional_ | Default: `true`. Set to `false` to avoid CI failure when upload fails due to any errors. |
3535
| `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. |
3636

37-
### Outputs:
38-
39-
* `coveralls-api-result`: JSON response from the Coveralls API with a status code and url for the Job on Coveralls.
37+
<!-- Leaving this here until we decide whether to bring back `coveralls-api-result` in v2 -->
38+
<!-- Please submit any questions, suggestions, requests to: support@coveralls.io -->
39+
<!-- ### Outputs: -->
40+
<!-- * `coveralls-api-result`: JSON response from the Coveralls API with a status code and url for the Job on Coveralls. -->
41+
<!-- // Leaving this here until we decide whether to bring back `coveralls-api-result` in v2 -->
4042

4143
### Standard Example:
4244

0 commit comments

Comments
 (0)
Please sign in to comment.