浏览代码

[ci] Test adding codecov action

Romain Rigaux 4 年之前
父节点
当前提交
1b834b08ca
共有 1 个文件被更改,包括 8 次插入0 次删除
  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"