Skip to content

Commit

Permalink
#68. Extended codecov.yml to contains default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Joński committed Sep 9, 2016
1 parent a847942 commit 8a8507c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,27 @@ coverage:
status:
project:
default:
target: auto
threshold: 1
base: auto
set_pending: yes
if_no_uploads: error
if_not_found: success
if_ci_failed: error

patch:
default:
target: auto
set_pending: yes
base: auto
if_no_uploads: success
if_not_found: success
if_ci_failed: error

changes:
default:
base: auto
set_pending: yes
if_no_uploads: error
if_not_found: success
if_ci_failed: error

0 comments on commit 8a8507c

Please sign in to comment.