提交 cb1a3b35 编写于 作者: Q quicksilver

update codecov file

上级 0f1aa5f8
......@@ -49,7 +49,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./ci/scripts/output_new.info
name: ${{ matrix.ubuntu }}-unittests
name: ubuntu-${{ matrix.ubuntu }}-unittests
yml: ./codecov.yaml
centos:
......@@ -90,5 +90,5 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./ci/scripts/output_new.info
name: ${{ matrix.centos }}-unittests
name: centos-${{ matrix.centos }}-unittests
yml: ./codecov.yaml
#Configuration File for CodeCov
coverage:
notify:
require_ci_to_pass: yes
precision: 2
round: down
range: "70...100"
status:
project: on
project:
default:
threshold: 0.2 #Allow the coverage to drop by threshold%, and posting a success status.
patch: yes
changes: no
comment:
layout: "header, diff, changes, tree"
layout: "reach, diff, flags, files"
behavior: default
require_changes: no
ignore:
- "LICENSES"
- ".git"
- "*.yml"
- "*.md"
- "docs/.*"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册