<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/config.py, branch coverage-5.0.1</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>The [paths] setting is ordered. #649</title>
<updated>2019-12-01T22:55:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-12-01T19:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7f68a21d4ba330cac84afadfbadb4f1ab750637e'/>
<id>7f68a21d4ba330cac84afadfbadb4f1ab750637e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Experimental: relative_files to support relative file names.</title>
<updated>2019-12-01T13:35:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-17T12:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=013e9de08c0747fddf92cc1fdac1d1f39185aa3b'/>
<id>013e9de08c0747fddf92cc1fdac1d1f39185aa3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't do vars and users in abs_file</title>
<updated>2019-11-28T21:17:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-28T21:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5901967e95ae72ec2b5be05bc08e1924e08a604b'/>
<id>5901967e95ae72ec2b5be05bc08e1924e08a604b</id>
<content type='text'>
It meant file names could be incorrectly expanded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It meant file names could be incorrectly expanded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Give warnings about not being able to parse TOML files if toml isn't installed</title>
<updated>2019-11-04T02:27:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-03T23:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=df744f8cbcad7ea7dca893be5017920afa4ce32f'/>
<id>df744f8cbcad7ea7dca893be5017920afa4ce32f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A better way to import optional modules</title>
<updated>2019-11-04T02:27:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-03T18:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9c04f2d6c4dd4e1bda5fae1e58c9aad846881024'/>
<id>9c04f2d6c4dd4e1bda5fae1e58c9aad846881024</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TOML support for pyproject.toml and other config files</title>
<updated>2019-11-04T02:27:42+00:00</updated>
<author>
<name>Frazer McLean</name>
<email>frazer@frazermclean.co.uk</email>
</author>
<published>2019-09-16T20:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f97d0750a91e53bec387528344c1ca3bf86e1d08'/>
<id>f97d0750a91e53bec387528344c1ca3bf86e1d08</id>
<content type='text'>
Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699

Missing getfloat

TOMLConfigParser -&gt; TomlConfigParser

fix getfloat for int

Move TomlConfigParser

Add name to contributors

Import toml in backward.py

fix indentation

Don't ignore TomlDecodeError

Raise if TomlConfigParser is used without toml installed

Add tests for TOML config

Fix test on Python 2

Mention toml support in documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699

Missing getfloat

TOMLConfigParser -&gt; TomlConfigParser

fix getfloat for int

Move TomlConfigParser

Add name to contributors

Import toml in backward.py

fix indentation

Don't ignore TomlDecodeError

Raise if TomlConfigParser is used without toml installed

Add tests for TOML config

Fix test on Python 2

Mention toml support in documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optionally skip empty files in reports</title>
<updated>2019-11-01T10:36:13+00:00</updated>
<author>
<name>reybog90</name>
<email>reybog90@o2.pl</email>
</author>
<published>2019-10-30T19:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9b11268c358040abf7384702c3bc0e863ab753c5'/>
<id>9b11268c358040abf7384702c3bc0e863ab753c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Polish up substitute_variables based on a lightning talk</title>
<updated>2019-09-14T12:58:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-09-14T12:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=15842b97cd9a7b9232936e4c558ddb2d27231412'/>
<id>15842b97cd9a7b9232936e4c558ddb2d27231412</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reporting methods shouldn't permanently change the configuration</title>
<updated>2019-09-02T01:34:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-09-02T01:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dd98bb1ebb687e4ff22e255ee97ec8e8cca5e1f6'/>
<id>dd98bb1ebb687e4ff22e255ee97ec8e8cca5e1f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a JSON report</title>
<updated>2019-08-31T11:24:08+00:00</updated>
<author>
<name>Matt Bachmann</name>
<email>bachmann.matt@gmail.com</email>
</author>
<published>2019-07-09T03:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9a78a80aaf8f8161b857ebf3cf02dd511181dd07'/>
<id>9a78a80aaf8f8161b857ebf3cf02dd511181dd07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
