Skip to content

Commit

Permalink
[FIX] add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel DEROMBLAY committed Jul 29, 2019
1 parent 8e8cbe7 commit 420ce12
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
codecov:
token: b03fd907-a5af-4638-b0a8-23075ad380a4
notify:
require_ci_to_pass: yes

coverage:
precision: 2
round: up
range: "50...100"

status:
project:
default:
Expand All @@ -19,4 +18,17 @@ coverage:
# Be tolerant on slight code coverage diff on PRs to limit
# noisy red coverage status on github PRs.
target: auto
threshold: 1%
threshold: 1%
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

comment:
layout: "header, diff"
behavior: default
require_changes: no

0 comments on commit 420ce12

Please sign in to comment.