You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,11 @@ This action's step needs to run after your test suite has outputted a coverage r
34
34
|`fail-on-error`|_optional_| Default: `true`. Set to `false` to avoid CI failure when upload fails due to any errors. |
35
35
|`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. |
36
36
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 -->
0 commit comments