diff --git a/.codecov.yml b/.codecov.yml index 368e8e4..fb3842d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -11,6 +11,7 @@ coverage: default: enabled: yes target: auto + threshold: 0% if_no_uploads: error if_ci_failed: error @@ -18,7 +19,7 @@ coverage: default: enabled: yes target: 80% - threshold: 60% + threshold: 0% if_no_uploads: error if_ci_failed: error diff --git a/.travis.yml b/.travis.yml index 4e5c4bf..d8ceb8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,8 @@ after_success: branches: only: - master + +notifications: + email: + on_success: always + on_failure: always