Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 3.94 KB

File metadata and controls

99 lines (69 loc) · 3.94 KB

Icon GitHub Action: Codecov

Codecov

Marketplace Release License Stars PRs Welcome

Overview

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

Note that this action must have write permission for id-token for this to work:

permissions:
  id-token: write

Usage

- uses: hoverkraft-tech/ci-github-nodejs/actions/codecov@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0
  with:
    # Working directory where coverage files are located.
    # Can be absolute or relative to the repository root.
    #
    # Default: `.`
    working-directory: .

Inputs

Input Description Required Default
working-directory Working directory where coverage files are located. false .
Can be absolute or relative to the repository root.

Contributing

Contributions are welcome! Please see the contributing guidelines for more details.

License

This project is licensed under the MIT License.

SPDX-License-Identifier: MIT

Copyright © 2026 hoverkraft

For more details, see the license.


This documentation was automatically generated by CI Dokumentor.