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
This action converts code coverage files from `swift test` or `xcodebuild` runs for processing with e.g. codecov.
5
+
This action converts code coverage files from `swift test` or `xcodebuild` runs for processing with for example codecov.
6
6
Note that this action does not run any test. Use `swift test`, `xcodebuild` or [xcodebuild-action](https://github.com/sersoft-gmbh/xcodebuild-action) for that.
7
7
8
8
## Inputs
@@ -49,7 +49,7 @@ Default: `'false'`
49
49
50
50
### `files`
51
51
52
-
The JSON encoded array of (absolute) file paths that were written. They are all contained inside the directory specified in the `output` input.
52
+
The (JSON encoded) array of (absolute) file paths that were written. They are all contained inside the directory specified in the `output` input.
To use this action together with [codecov/codecov-action](https://github.com/codecov/codecov-action), you need to convert the output to a commaseparated string:
63
+
To use this action together with [codecov/codecov-action](https://github.com/codecov/codecov-action), you need to convert the output to a comma-separated string:
0 commit comments