<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/.codecov.yml, branch bugfix/3452-warn</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Prevent codecov from polluting the diff view in PRs</title>
<updated>2022-02-16T16:38:49+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-16T16:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=71088995134755112b6a0f342048e10b2a35e458'/>
<id>71088995134755112b6a0f342048e10b2a35e458</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat codecov action as informational only</title>
<updated>2022-02-16T16:15:42+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-16T16:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=eb77ddb7fadfd478d130279a95b8bd996e258a49'/>
<id>eb77ddb7fadfd478d130279a95b8bd996e258a49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix codecov config</title>
<updated>2022-01-26T10:07:35+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-01-26T10:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0c94d6a5f192891f789c7249491642061509d2ac'/>
<id>0c94d6a5f192891f789c7249491642061509d2ac</id>
<content type='text'>
The previous `.codecov.yml` file had an invalid configuration:

```bash
$ curl --data-binary @.codecov.yml https://codecov.io/validate
Error at ['coverage', 'status', 'project', 'threshold']:
must be of ['dict', 'boolean'] type
```

According to the
[documentation](https://docs.codecov.com/docs/commit-status#section-project-status),
`coverage.status.project` does not seem to accept configuration
parameters directly. Instead it requires a mapping between project
names (or `"default"` when all the projects are target) and the
configuration parameters.

This change fixes that by introducing a new nesting level with the
`default` key between `project` and `default`. This passes the validation:

```bash
% curl --data-binary @.codecov.yml https://codecov.io/validate
Valid!

{
  "comment": false,
  "coverage": {
    "status": {
      "project": {
        "default": {
          "threshold": 0.5
        }
      }
    }
  }
}
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous `.codecov.yml` file had an invalid configuration:

```bash
$ curl --data-binary @.codecov.yml https://codecov.io/validate
Error at ['coverage', 'status', 'project', 'threshold']:
must be of ['dict', 'boolean'] type
```

According to the
[documentation](https://docs.codecov.com/docs/commit-status#section-project-status),
`coverage.status.project` does not seem to accept configuration
parameters directly. Instead it requires a mapping between project
names (or `"default"` when all the projects are target) and the
configuration parameters.

This change fixes that by introducing a new nesting level with the
`default` key between `project` and `default`. This passes the validation:

```bash
% curl --data-binary @.codecov.yml https://codecov.io/validate
Valid!

{
  "comment": false,
  "coverage": {
    "status": {
      "project": {
        "default": {
          "threshold": 0.5
        }
      }
    }
  }
}
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing additional configurations</title>
<updated>2021-09-08T07:17:35+00:00</updated>
<author>
<name>Tanvi Moharir</name>
<email>74228962+tanvimoharir@users.noreply.github.com</email>
</author>
<published>2021-09-08T07:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=27ccdef1cdc051e2a5af2821a56b3eb3d10aa14f'/>
<id>27ccdef1cdc051e2a5af2821a56b3eb3d10aa14f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update codecov.yml</title>
<updated>2021-08-30T16:50:45+00:00</updated>
<author>
<name>Tanvi Moharir</name>
<email>74228962+tanvimoharir@users.noreply.github.com</email>
</author>
<published>2021-08-30T16:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=07d6cd1082abcc91af31ab9b4ac86cacc67cdd50'/>
<id>07d6cd1082abcc91af31ab9b4ac86cacc67cdd50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add codecov settings</title>
<updated>2018-03-23T17:06:10+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-03-21T15:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4bca77392b8da2f1de80c944d221a9874b72cf6b'/>
<id>4bca77392b8da2f1de80c944d221a9874b72cf6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
