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:
Fate-JH 2021-02-08 10:30:48 -05:00 committed by GitHub
commit a2f9a713ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"