Skip to content

Coverage Robot Action

Actions
GitHub Action for integrating with Coverage Robot
v1.0.8
Latest
Star (2)

Coverage Robot Action

coverage

This GitHub Action allows for accepting uploads of coverage reports conveniently into Coverage Robot.

Usage

Inputs

  • token - The unique secret token to securely upload coverage files (Required).
  • files - The glob patterns to match the coverage files to upload (Required).
  • tag - The tag to associate with the coverage files (Required).
  • endpoint - The endpoint contacted when signing coverage files before upload (Optional, Default: https://api.coveragerobot.com/v1).
  • github-token - The GitHub token to use for authentication (Optional, Default: The automatic GitHub token).

Example

- uses: coverage-robot/action@v1
  with:
    token: ${{ secrets.COVERAGE_TOKEN }}
    files: |
        ./coverage/**/coverage.xml
    tag: api-service

Coverage Robot Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action for integrating with Coverage Robot
v1.0.8
Latest

Coverage Robot Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.