mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +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
|
# Too spammy for us
|
||||||
comment: off
|
comment: off
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: 0.25%
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
- "src/main/scala/net/psforever/objects/ObjectType.scala"
|
- "src/main/scala/net/psforever/objects/ObjectType.scala"
|
||||||
- "src/main/scala/net/psforever/objects/avatar/Avatars.scala"
|
- "src/main/scala/net/psforever/objects/avatar/Avatars.scala"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue