Skip to content

Commit

Permalink
Relax coverage requirements (#2031)
Browse files Browse the repository at this point in the history
Relax coverage
  • Loading branch information
jacobtomlinson committed Apr 26, 2024
1 parent f56d875 commit e078548
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ ignore:
- "opsdroid/_version.py"
- "*/tests/*"
- "opsdroid/testing/mockmodules/skills/broken_skill.py"

coverage:
status:
project:
default:
target: 90
threshold: 1%
patch: off
2 changes: 1 addition & 1 deletion docs/maintaining/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ As a maintainer one of the tasks that you have to take on will be reviewing pull
**Criteria for merging a PR**
- You didn't write it yourself
- The [PR template](https://github.com/opsdroid/opsdroid/tree/master/.github/PULL_REQUEST_TEMPLATE.md) criteria are met (has tests, is documented, etc)
- The existing tests pass and coverage remains the same
- The existing tests pass and coverage remains roughly the same
- It is related to an open issue
- It moves us towards our [core aims](https://github.com/opsdroid/opsdroid/issues/1)

Expand Down

0 comments on commit e078548

Please sign in to comment.