Skip to content

Badgers PR Coverage v1.0.0

Choose a tag to compare

@devgony devgony released this 20 Jul 08:43
70e1667

Badgers PR Coverage v1.0.0

The first GitHub Marketplace release of Badgers.

Highlights

  • PR line coverage for Python projects with merge-base comparison
  • Check annotations for uncovered changed executable lines
  • Marker-based pull request comments with stale-run protection
  • HTML artifacts, optional Markdown summaries, and durable GitHub/GCS history
  • Optional GitHub Pages deployment

Usage

- uses: devgony/badgers@v1
  with:
    coverage-command: python -m coverage run -m unittest discover