Skip to content

maintenance fix codecov reports #1568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
codecov:
require_ci_to_pass: yes
branch: master

coverage:
precision: 1
round: down
range: "70...100"

status:
project:
default:
informational: true
threshold: 1%
paths:
- api
- packages
- services
api:
informational: true
threshold: 1%
paths:
- api
packages:
informational: true
threshold: 1%
paths:
- packages
services:
informational: true
threshold: 1%
paths:
- services


patch:
default:
informational: true
threshold: 1%
paths:
- api
- packages
- services

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no