serialexp/Upload to MyCoverage
Uploads coverage data in support formats to a MyCoverage instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The coverage file to upload | yes | coverage/lcov.info |
| kind | The kind of file to upload (options: 'coverage' or 'lighthouse') | yes | coverage |
| endpoint | Where to send the coverage data | yes | — |
| testName | The name of the test to upload coverage for | no | — |
| index | The result number of the test to upload coverage for, for situations where tests are split into multiple jobs | yes | 1 |
| coverageRootDirectory | The root directory of the coverage data, for situations where paths in the coverage data are not relative to the root of the repository | no | — |
| validateCertificates | Whether to validate the SSL certificate of the endpoint | yes | true |
| sonarqubeServer | The SonarQube server to download issue data from | no | — |
| sonarqubeLogin | The SonarQube login token to use when downloading issue data | no | — |
| sonarqubePassword | The SonarQube password to use when downloading issue data | no | — |
Outputs
no outputs