Action to upload coverage to Codecov.
- Automatic dependency management: Automatically detects and installs missing dependencies (Git, cURL, gnupg) using pkgxdev
- Configuration fixes: Automatically fixes pkgxdev configuration issues with unexpanded environment variables in gpgconf.ctl and .curlrc files
- Cleanup: Uninstalls dependencies after Codecov upload is complete
- OIDC support: Uses OIDC authentication with Codecov for secure uploads
- uses: hoverkraft-tech/ci-github-nodejs/actions/codecov@9f334582b395b78e4d7c88fa08a8957a8fe5513c # copilot/fix-variable-expansion-issue
with:
# Working directory where coverage files are located.
# Can be absolute or relative to the repository root.
#
# Default: `.`
working-directory: .| Input | Description | Required | Default |
|---|---|---|---|
working-directory |
Working directory where coverage files are located. | false | . |
| Can be absolute or relative to the repository root. |
Contributions are welcome! Please see the contributing guidelines for more details.
This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
Copyright © 2025 hoverkraft
For more details, see the license.
This documentation was automatically generated by CI Dokumentor.