Skip to content
activity

GitHub Action

codecov.io-status

v1.0.8 Latest version

codecov.io-status

activity

codecov.io-status

Reports codecov status on a pull request

Installation

Copy and paste the following snippet into your .yml file.

              

- name: codecov.io-status

uses: coactions/[email protected]

Learn more about this action in coactions/codecov-status

Choose a version

codecov-status

Github Action that check codecov status, replacing the need for CodeCov App

To use this action just include a step in a job that runs after all uploads already happened:

- name: Check codecov.io status
  if: github.event_name == 'pull_request'
  uses: coactions/codecov-status@main

If you want to see a full example of it being used in production, check this.