mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-12 19:31:04 +00:00
Merge pull request #675 from Mazo/coverage-threshold
Allow a small change in coverage (0.25%) without flagging check as a failure
This commit is contained in:
commit
a2f9a713ee
1 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,13 @@
|
|||
# Too spammy for us
|
||||
comment: off
|
||||
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 0.25%
|
||||
|
||||
ignore:
|
||||
- "src/main/scala/net/psforever/objects/ObjectType.scala"
|
||||
- "src/main/scala/net/psforever/objects/avatar/Avatars.scala"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue