Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 487 Bytes

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.