mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Allow a small change in coverage (0.25%) without flagging check as a failure
This commit is contained in:
parent
825f00da6d
commit
2d75b7b01d
|
|
@ -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…
Reference in a new issue