getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Sat, 12 Oct 2019 01:18:13 -0400 (EDT)

branch: devel-tetsuo-add-codecov
commit 76d9cbff6b019ffd42a095e833970043711b38a2
Author: Tetsuo Koyama <address@hidden>
Date:   Sat Oct 12 12:14:46 2019 +0900

    Create .codecov.yml
---
 .codecov.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000..57d8bb4
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,25 @@
+codecov:
+  require_ci_to_pass: yes
+
+coverage:
+  precision: 2
+  round: down
+  range: "70...100"
+
+  status:
+    project: yes
+    patch: yes
+    changes: no
+
+parsers:
+  gcov:
+    branch_detection:
+      conditional: yes
+      loop: yes
+      method: no
+      macro: no
+
+comment:
+  layout: "reach,diff,flags,tree"
+  behavior: default
+  require_changes: no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]