-
Notifications
You must be signed in to change notification settings - Fork 5
/
codecov.yml
30 lines (26 loc) · 1.2 KB
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
coverage:
range: "0...40"
comment:
layout: "header, diff, changes, sunburst, uncovered, tree"
branches: null
behavior: default
status:
project: # measuring the overall project coverage
break: # context, you can create multiple ones with custom titles
enabled: yes # must be yes|true to enable this status
target: 30%
threshold: null
branches: null # specify the target coverage for each commit status
base: auto
patch: # pull requests only: this commit status will measure the # adjusted are covered at least X%.
break:
enabled: yes # must be yes|true to enable this status
target: 30% # specify the target "X%" coverage to hit
threshold: null
branches: null # specify the target coverage for each commit status
base: auto
ignore:
- app/src/main/java/com/mdsgpp/cidadedemocratica/External/*
- app/src/main/java/com/mdsgpp/cidadedemocratica/controller/*
- app/src/main/java/com/mdsgpp/cidadedemocratica/view/*
- app/src/main/java/com/mdsgpp/cidadedemocratica/push/*