Browse Source

[ci] Test adding codecov action

Romain Rigaux 4 years ago
parent
commit
1b834b08ca
1 changed files with 8 additions and 0 deletions
  1. 8 0
      codecov.yml

+ 8 - 0
codecov.yml

@@ -0,0 +1,8 @@
+comment:
+  layout: "reach, diff, flags, files"
+  behavior: default
+  require_changes: false  # if true: only post the comment if coverage changes
+  require_base: no        # [yes :: must have a base report to post]
+  require_head: yes       # [yes :: must have a head report to post]
+  branches:               # branch names that can post comment
+    - "master"