mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-29 16:25:30 +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
|
# 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…
Add table
Add a link
Reference in a new issue