khaeru / coverage-gh

Integrate Python coverage & GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow a selection of pass/fail criteria

khaeru opened this issue · comments

As of v1, the check passes if the defined threshold / minimum % coverage for the total code base is met.

This could be extended to allow a select of 1 or more criteria with more nuance, including:

  • Threshold for new files.
  • Threshold for modified files.