[postgis-tickets] r16381 - [github] Configure codecov
Darafei
komzpa at gmail.com
Sat Feb 17 12:37:54 PST 2018
Author: komzpa
Date: 2018-02-17 00:37:54 -0800 (Sat, 17 Feb 2018)
New Revision: 16381
Added:
trunk/.github/codecov.yml
Log:
[github] Configure codecov
Disable comment posting, allow coverage to go down a little bit
Added: trunk/.github/codecov.yml
===================================================================
--- trunk/.github/codecov.yml (rev 0)
+++ trunk/.github/codecov.yml 2018-02-17 08:37:54 UTC (rev 16381)
@@ -0,0 +1,9 @@
+coverage:
+ status:
+ project:
+ default:
+ threshold: 0.2%
+ patch:
+ default:
+ threshold: 0.2%
+comment: false
More information about the postgis-tickets
mailing list