protoncore_android/Dangerfile

9 lines
306 B
Plaintext
Raw Normal View History

2021-11-04 13:05:04 +00:00
warn("Big PR") if git.insertions > 1000
2021-10-28 14:15:25 +00:00
2021-11-04 13:05:04 +00:00
random_reviewers.assign(["jmartin", "marmatys", "dkadrikj", "nmarietta", "vbrison"])
2021-10-28 14:15:25 +00:00
2021-11-04 13:05:04 +00:00
cobertura.report = "build/reports/cobertura-coverage.xml"
cobertura.additional_headers = [:line, :branch]
cobertura.warn_if_file_less_than(percentage: 50)
cobertura.show_coverage