summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: no need for setup.cfgHEADmasterNed Batchelder2023-05-152-5/+1
| | | | | It's a little unfortunate that we're moving a seting INTO setup.py, but at least it lets us get rid of one metadata file.
* build: sign artifacts with sigstoreNed Batchelder2023-05-151-0/+41
|
* fix: lcov report indexeerror for some Jinja2 files. #1553Ned Batchelder2023-05-143-0/+133
|
* refactor(test): move some tests to a new fileNed Batchelder2023-05-142-145/+159
|
* test: remove unneeded shebang lines in test codeNed Batchelder2023-05-141-46/+34
|
* style: a bit of refactoring for lcov codeNed Batchelder2023-05-132-27/+29
|
* refactor: mypy doesn't need this cast anymoreNed Batchelder2023-05-131-2/+2
|
* chore: make upgradeNed Batchelder2023-05-138-27/+27
|
* refactor: file names match the commands they implement betterNed Batchelder2023-05-1313-1517/+1517
|
* test: adjust pybehave and tests for pypy 3.10Ned Batchelder2023-05-122-5/+13
|
* build: test nightly on pypy-3.10Ned Batchelder2023-05-121-0/+1
|
* fix: Python3.12 now inlines comprehensionsNed Batchelder2023-05-116-14/+47
|
* docs: minor improvements to the migrating pageNed Batchelder2023-05-111-10/+15
|
* test: try to silence a new warningNed Batchelder2023-05-112-1/+9
| | | | | | | | | For example: ``` .tox/anypy/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:1004: 50 warnings /Users/nedbatchelder/coverage/trunk/.tox/anypy/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:1004: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead expl_format = self.pop_format_context(ast.Str(expl)) ```
* build: on second thought, don't branch and commit when upgradingNed Batchelder2023-05-111-2/+0
|
* docs: one more contributor, even for a typo. Thanks, Charles ChanNed Batchelder2023-05-111-0/+1
|
* docs: tweak a paragraph about the HTML reportNed Batchelder2023-05-101-3/+4
|
* style: some clean-upsNed Batchelder2023-05-095-10/+9
|
* docs: more instructions in the issue templateNed Batchelder2023-05-091-1/+1
|
* docs: lean harder on [report] exclude_also.Ned Batchelder2023-05-093-25/+27
|
* docs: fix typo in faq.rst (#1619)Charles Chan2023-05-051-1/+1
| | | CTrace --> CTracer
* test: skip a test that crashes setuptools>66Ned Batchelder2023-05-031-0/+7
|
* Revert "build: remove some unneeded tox steps"Ned Batchelder2023-05-031-2/+5
| | | | This reverts commit 84e43c402fb429c7aa0432dc46229158fb5e1889.
* chore: make upgradeNed Batchelder2023-05-0310-20/+17
|
* test: Linuxes can vary; make this test more flexibleNed Batchelder2023-05-021-4/+5
|
* docs: describe exclude_also betterNed Batchelder2023-04-301-5/+7
|
* test: slim down the fake stdout testNed Batchelder2023-04-301-11/+1
|
* build: bump versionNed Batchelder2023-04-302-2/+8
|
* docs: sample HTML for 7.2.57.2.5stableNed Batchelder2023-04-3010-37/+37
|
* docs: prep for 7.2.5Ned Batchelder2023-04-303-9/+11
|
* fix: a fake stdout might not have isattyNed Batchelder2023-04-303-2/+21
|
* chore: make upgradeNed Batchelder2023-04-289-29/+29
|
* build: make a branch and commit for upgradingNed Batchelder2023-04-281-0/+2
|
* build: bump versionNed Batchelder2023-04-282-2/+8
|
* docs: sample HTML for 7.2.47.2.4Ned Batchelder2023-04-2810-37/+37
|
* docs: prep for 7.2.4Ned Batchelder2023-04-284-9/+14
|
* fix: specific files to include/omit should match even with relative files #1604.Ned Batchelder2023-04-272-3/+8
|
* tet: add tests to reproduce #1604 (#1609)Marc Gibbons2023-04-271-0/+53
|
* docs: alphabetize the contributorsNed Batchelder2023-04-271-6/+6
|
* Add more contributors from the Git logHugo van Kemenade2023-04-271-0/+29
|
* refactor: parametrize a test for #1608Ned Batchelder2023-04-274-21/+16
|
* fix: source paths with trailing slashes causing inconsistent sources in XML ↵Kevin Brown-Silva2023-04-272-1/+16
| | | | | | | | | | | | | | | | | | | report with relative_paths (#1608) * Added failing test for source with trailing slash This test is nearly identical to the one above it, with the only change being the source that is used. This may end up turning into a fixture instead if the tests end up being identical after the fix is made. * Strip trailing slash for relative source paths This fixes an issue introduced in 45cf7936ee605cfe06f7f5967a72a73198960120 where using `relative_files=True` and `src` with a trailing slash, the source inserted as `<sources>` in the XML report would also have a trailing slash. This also fixes an issue introduced in the same commit where an empty `<source>` would be inserted as well for cases where the `src` has a trailing slash.
* test: refactor and add a test of terminal link textNed Batchelder2023-04-263-10/+28
|
* build: fine-tune the messages we get from metacovNed Batchelder2023-04-261-0/+4
|
* fix: no need for terminal url except for html reportNed Batchelder2023-04-263-7/+9
|
* feat: add hyperlink to console output (#1613)Ricardo Newbery2023-04-262-2/+16
| | | | | * Add hyperlink to console output * python 3.7 compat version of detecting console tty
* docs: thanks Marc Gibbons for the tox.ini fix in f41f8382Ned Batchelder2023-04-261-0/+1
| | | | | How can it be that we now have three Marcs, but only just got our first Brian?!?
* docs: clean up for #1610. Thanks, Brian Grohe.Ned Batchelder2023-04-254-6/+13
|
* docs: a new page about migrating between versionsBrian Grohe2023-04-252-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added basic migraton docs changes Remove change that likely will not require migration changes Cannot determine what the behavior was before Updated ** replacement suggestion Remove extra indent at end of file Fix linting issue that needed a trailing indent Fix a typo in docs Removed .gitignore corrected a single rule Added basic migraton docs changes Fix linting issue that needed a trailing indent Fix a typo in docs Correct grammar issue Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> Correct rule and spelling Remove personal gitignore config Removed duplicated license text Added extra space Take suggestions from ned Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* build: remove some unneeded tox stepsNed Batchelder2023-04-251-6/+2
| | | | | Bernát Gábor pointed out that we don't need the pip installation steps because tox will have already installed the project.