| command | The yarn command to run | no | test |
| node-version | The node version to use | no | 22 |
| coverage-summary-location | Location of the coverage summary | no | ./test/.coverage/coverage-summary.json |
| coverage-report-location | Location of the coverage report for Codecov upload. Supports cobertura XML, lcov, and other Codecov-supported formats. | no | ./test/.coverage/cobertura-coverage.xml |
| junit-report-location | Location of the junit.xml report | no | ./test/.coverage/junit.xml |
| test-label | Label for the coverage summary, such as Unit or Integration | no | "" |
| coverage-json-location | Location of the full istanbul coverage-final.json, used for merging across test runs | no | ./test/.coverage/coverage-final.json |
| artifact-suffix | Artifact suffix for uploading coverage data, such as unit or integration | no | "" |
| codecov-token | Codecov token for private repos. Public repos can leave this empty. | no | "" |