Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 512 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 512 Bytes

1.2.0

  • feat: show missing coverage lines
  • ci: add prettier linting/formatting step

1.1.1

  • docs: README and metadata updates
  • feat: improve failure message

1.1.0

  • feat: added support to exclude files
uses: VeryGoodOpenSource/very_good_coverage@v1.1.0
with:
  path: './coverage/lcov.info'
  min_coverage: 95
  exclude: '**/*_observer.dart **/change.dart'

1.0.0

  • initial release 🎉
    • includes coverage comparison
    • path input override
    • min_coverage threshold override