Skip to content
Compare
Choose a tag to compare
@jakebailey jakebailey released this 28 Feb 19:01
· 49 commits to main since this release

This adds a new annotate input, replacing no-comment. Examples:

# Disable annotations.
with:
  annotate: none
  # - or -
  annotate: false

# Annotate only errors, not warnings.
with:
  annotate: errors

# Annotate everything (the default)
with:
  annotate: all
  # - or -
  annotate: true

no-comment still works, and overrides annotate if set to true.

  • Add 'annotate' input, replacing 'no-comment' (93a05d0)
  • Smoke test on all OSs (328130c)
  • Pin GHA (ce41ade)
  • Update codecov/codecov-action digest to 54bcd87 (#87) (ac09533)