Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | ignore_errors can be set in [report].ignore_errors | Ned Batchelder | 2009-12-29 | 2 | -12/+29 | |
| | | | | ||||||
| * | | | Forgot one place to use omit= from the config file. | Ned Batchelder | 2009-12-28 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | Omit prefixes can be specified in the config file. | Ned Batchelder | 2009-12-28 | 2 | -6/+27 | |
| | | | | ||||||
| * | | | Add more tests of omitting files during HTML reporting, and a better way to ↵ | Ned Batchelder | 2009-12-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | enable re-importing modules during test_farm tests. | |||||
| * | | | Simplify and test the default pragma exclusion. | Ned Batchelder | 2009-12-27 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | COVERAGE_PROCESS_START now is the name of the rc file, and we use it to ↵ | Ned Batchelder | 2009-12-26 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | measure our own coverage. | |||||
| * | | | process_startup is a better name for the new function. | Ned Batchelder | 2009-12-23 | 2 | -4/+9 | |
| | | | | ||||||
| * | | | A way to start coverage when Python starts, to help with measuring coverage ↵ | Ned Batchelder | 2009-12-23 | 3 | -5/+26 | |
| | | | | | | | | | | | | | | | | in subprocesses. | |||||
| * | | | It helps if you exclude the proper pragma comment. | Ned Batchelder | 2009-12-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Jumps to jumps could make loops look like they go places they really don't, ↵ | Ned Batchelder | 2009-12-20 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | so start new chunks for every absolute jump. Fixes issue #39. | |||||
| * | | | Add tests for 'coverage debug data' | Ned Batchelder | 2009-12-19 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 4 | -4/+4 | |
| | | | | ||||||
| * | | | Keep it working on 3.x also. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Rename the config file option for excluding source lines, in prep for ↵ | Ned Batchelder | 2009-12-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | excluding files. | |||||
| * | | | Tidy up the command line notes. | Ned Batchelder | 2009-12-09 | 1 | -17/+17 | |
| | | | | ||||||
| * | | | A --rcfile argument to specify the config file. | Ned Batchelder | 2009-12-06 | 1 | -14/+19 | |
| | | | | ||||||
| * | | | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 4 | -133/+133 | |
| | | | | ||||||
| * | | | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 3 | -106/+110 | |
| | | | | ||||||
| * | | | Add a numbered id to the line parts, for future use. Put the percentage in ↵ | Ned Batchelder | 2009-12-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | the title of file reports. | |||||
| * | | | Make it a real 3.3 version | Ned Batchelder | 2009-12-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merged config changes to default. Let the 3.3 wild rumpus start! | Ned Batchelder | 2009-12-05 | 1 | -4/+5 | |
| |\ \ \ | ||||||
| | * | | | Set the version to 3.2 | Ned Batchelder | 2009-12-04 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Clean trailing whitespace. | Ned Batchelder | 2009-12-03 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Clean trailing whitespace. | Ned Batchelder | 2009-12-03 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | Merged default onto config. | Ned Batchelder | 2009-12-03 | 21 | -358/+388 | |
| |\ \ \ \ | ||||||
| * | | | | | Docstrings for the new file. | Ned Batchelder | 2009-11-28 | 1 | -0/+15 | |
| | | | | | | ||||||
| * | | | | | Read the data file from the COVERAGE_FILE environment variable. | Ned Batchelder | 2009-11-28 | 1 | -1/+11 | |
| | | | | | | ||||||
| * | | | | | Add data_file to the .coveragerc file. | Ned Batchelder | 2009-11-28 | 3 | -6/+9 | |
| | | | | | | ||||||
| * | | | | | Test the config file support. | Ned Batchelder | 2009-11-28 | 3 | -3/+11 | |
| | | | | | | ||||||
| * | | | | | Merged change from default branch | Ned Batchelder | 2009-11-28 | 3 | -21/+75 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Read .coveragerc by default. | Ned Batchelder | 2009-11-28 | 2 | -13/+21 | |
| | | | | | | | ||||||
| | * | | | | | Read a config file to get some of our configuration. | Ned Batchelder | 2009-11-28 | 3 | -20/+66 | |
| | | | | | | | ||||||
* | | | | | | | Use ‘os.path.commonprefix’ to find the “relative directory” at the ↵ | Ben Finney | 2010-02-03 | 1 | -2/+4 | |
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | start of a path. | |||||
* | | | | | | Move some cmdline code to a more logical place. | Ned Batchelder | 2009-12-04 | 1 | -4/+5 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 20 | -332/+336 | |
| | | | | | ||||||
* | | | | | A --version option for the command line. | Ned Batchelder | 2009-12-01 | 1 | -15/+27 | |
| | | | | | ||||||
* | | | | | The command help said --branch was HIGHLY EXPERIMENTAL!! | Ned Batchelder | 2009-12-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 2 | -4/+10 | |
| | | | | | ||||||
* | | | | | Mark some code as not covered. | Ned Batchelder | 2009-11-30 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Don't measure mock.py when we measure our coverage. | Ned Batchelder | 2009-11-29 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Fix some self-measurement problems. Now coverage_coverage.py works again ↵ | Ned Batchelder | 2009-11-29 | 2 | -4/+11 | |
|/ / / / | | | | | | | | | | | | | (had to be sure to stop coverage if check_coverage threw an exception). | |||||
* | | | | A little more detail on how stuff works. | Ned Batchelder | 2009-11-28 | 1 | -0/+7 | |
|/ / / | ||||||
* | | | Doc tweaks. | Ned Batchelder | 2009-11-27 | 1 | -3/+3 | |
| | | | ||||||
* | | | Add a little bit of branch information to 'debug data' | Ned Batchelder | 2009-11-27 | 1 | -0/+3 | |
| | | | ||||||
* | | | Line lengths | Ned Batchelder | 2009-11-26 | 1 | -3/+5 | |
| | | | ||||||
* | | | XML report now includes branch information. | Ned Batchelder | 2009-11-26 | 1 | -13/+22 | |
| | | | ||||||
* | | | When reporting, don't fall over if there's no data to report on. Fixes issue ↵ | Ned Batchelder | 2009-11-26 | 3 | -6/+14 | |
| | | | | | | | | | | | | #37. | |||||
* | | | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 3 | -65/+70 | |
| | | | | | | | | | | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. | |||||
* | | | Make the first column look sorted by default, and a little clean-up. | Ned Batchelder | 2009-11-25 | 1 | -6/+6 | |
| | | | ||||||
* | | | Merged Chris Adams' further improvements to click-to-sort HTML report columns. | Ned Batchelder | 2009-11-25 | 1 | -9/+59 | |
|\ \ \ |