serve icon indicating copy to clipboard operation
serve copied to clipboard

Add issue alert on failed scheduled GHA

Open msaroufim opened this issue 3 years ago • 1 comments

Description

Adds an alert on failed Github scheduled Github Action. This is the exact same trick used in pytorch/examples

Code borrowed from: https://github.com/pytorch/examples/blob/main/.github/workflows/main.yml#L34

And a test showing it works https://github.com/pytorch/examples/issues/1020

msaroufim avatar Aug 05 '22 17:08 msaroufim

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@7fb5c92). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1781   +/-   ##
=========================================
  Coverage          ?   45.38%           
=========================================
  Files             ?       64           
  Lines             ?     2591           
  Branches          ?       60           
=========================================
  Hits              ?     1176           
  Misses            ?     1415           
  Partials          ?        0           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Aug 05 '22 18:08 codecov[bot]