# Codecov.yml range colors not updating

**URL:** https://community.codecov.com/t/codecov-yml-range-colors-not-updating/691
**Category:** Support
**Created:** [November 11, 2019, 10:26am UTC](https://community.codecov.com/t/codecov-yml-range-colors-not-updating/691 "2019-11-11T10:26:28Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![msaspence](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.codecov.com/msaspence/32/383_2.png) [@msaspence](https://community.codecov.com/u/msaspence)
#### Post date: [November 11, 2019, 10:26am UTC](https://community.codecov.com/t/codecov-yml-range-colors-not-updating/691/1 "2019-11-11T10:26:28Z")

</div>

### Description

I previously had my range set real low, like 10…20, just cause I was playing around. Now I’ve set it to 70…90 and everything is still bright green on the svg visualisations. Why aren’t this settings taking hold?

### Repository

private

### Versions

Safari v12.1

### Additional Information

This is my codecov.yml

```auto
codecov:
  require_ci_to_pass: yes

coverage:
  precision: 2
  round: down
  range: 70...90

  status:
    changes: on
    patch: 
      default: false
      api:
        flags: api
        paths:
          - src/api/*
        target: 90
        threshold: 2
    project:
      default: false
      api:
        flags: api
        paths:
          - src/api/*
        target: 90
        threshold: 2

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

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

```

---

<div class="post-metadata">

### Author: ![jerrod](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.codecov.com/jerrod/32/41_2.png) [@jerrod](https://community.codecov.com/u/jerrod)
#### Post date: [November 22, 2019, 7:47pm UTC](https://community.codecov.com/t/codecov-yml-range-colors-not-updating/691/2 "2019-11-22T19:47:26Z")

</div>

Hey @msaspence thanks for reaching out!

So I are you saying the colors were _also_ green when the range was 10-20 and then stayed green when the range went up but coverage did not?

Also, can you share the repo in question so I can see (if public repo)? If not public, your GH username so I can check logs?

Jerrod
