mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +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,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