Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: don't create a data file when just trying to read one. #13286.4 | Ned Batchelder | 2022-05-22 | 5 | -2/+17 |
| | |||||
* | docs: latest sample HTML report | Ned Batchelder | 2022-05-22 | 13 | -173/+469 |
| | |||||
* | build: prep for 6.4 | Ned Batchelder | 2022-05-22 | 4 | -7/+9 |
| | |||||
* | docs: spell check | Ned Batchelder | 2022-05-22 | 2 | -1/+30 |
| | |||||
* | docs: mention in the man page | Ned Batchelder | 2022-05-22 | 1 | -1/+2 |
| | |||||
* | build: more make targets for release steps | Ned Batchelder | 2022-05-22 | 3 | -12/+16 |
| | |||||
* | docs: add a note about using --debug=trace to debug No Data. #1379 | Ned Batchelder | 2022-05-22 | 1 | -0/+3 |
| | |||||
* | style(docs): use definition list for warnings | Ned Batchelder | 2022-05-22 | 1 | -12/+10 |
| | |||||
* | feat: a new debug option `sqldata` shows all the data being written to the db. | Ned Batchelder | 2022-05-22 | 4 | -15/+41 |
| | |||||
* | refactor: SqliteDb uses its debug object more like other code | Ned Batchelder | 2022-05-22 | 1 | -7/+7 |
| | |||||
* | test: xfail decorator tests that fail on PyPy 3.8 (7.3.10alpha) | Ned Batchelder | 2022-05-21 | 4 | -6/+23 |
| | | | | https://foss.heptapod.net/pypy/pypy/-/issues/3749 | ||||
* | style: make sqldata.py code more uniform | Ned Batchelder | 2022-05-21 | 1 | -20/+20 |
| | |||||
* | fix: CoverageData(no_disk=True).update() now works. #1323 | Ned Batchelder | 2022-05-21 | 3 | -5/+26 |
| | |||||
* | test: tests of HTML's helper assert_valid_hrefs | Ned Batchelder | 2022-05-20 | 1 | -1/+21 |
| | |||||
* | chore: update HTML gold files | Ned Batchelder | 2022-05-20 | 39 | -887/+931 |
| | |||||
* | style(html): clean up the html tags and styles | Ned Batchelder | 2022-05-20 | 5 | -63/+68 |
| | |||||
* | feat: also include the version and timestamp at the top of the index page: #1354 | Ned Batchelder | 2022-05-20 | 1 | -0/+5 |
| | |||||
* | docs: more in the changelog about HTML changes | Ned Batchelder | 2022-05-20 | 2 | -3/+12 |
| | |||||
* | chore: update HTML gold files | Ned Batchelder | 2022-05-20 | 26 | -156/+355 |
| | |||||
* | feat(html): version and timestamp at the top of report files. | Ned Batchelder | 2022-05-20 | 4 | -24/+39 |
| | | | | This is a re-implementation of pull #1354. | ||||
* | style: remove an orphaned import | Ned Batchelder | 2022-05-20 | 1 | -1/+0 |
| | |||||
* | build: Included dependency review (#1370) | Naveen | 2022-05-20 | 1 | -0/+20 |
| | | | | | | | | | > Dependency Review GitHub Action in your repository to enforce dependency reviews on your pull requests. > The action scans for vulnerable versions of dependencies introduced by package version changes in pull requests, > and warns you about the associated security vulnerabilities. > This gives you better visibility of what's changing in a pull request, > and helps prevent vulnerabilities being added to your repository. https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement | ||||
* | test: remove file-removal that isn't needed anymore | Ned Batchelder | 2022-05-20 | 2 | -9/+2 |
| | |||||
* | fix: next/prev links in HTML report don't link to skipped files. | Ned Batchelder | 2022-05-19 | 1 | -63/+61 |
| | | | | | Previously, the next link might refer to a file that was skipped because it was empty or 100% covered. Now they do not. | ||||
* | test: check that our generated html files have valid hrefs | Ned Batchelder | 2022-05-19 | 1 | -1/+25 |
| | |||||
* | docs: thanks for the new keyboard shortcuts | Ned Batchelder | 2022-05-19 | 3 | -3/+8 |
| | |||||
* | chore: update html test gold files | J. M. F. Tsang | 2022-05-19 | 38 | -76/+794 |
| | |||||
* | feat: more html keyboard shortcuts | J. M. F. Tsang | 2022-05-19 | 4 | -13/+128 |
| | | | | | | | | | | | | | | | | | | | | On each page the shortcuts '[' and ']' will take you to the previous and next files respectively. On the index page they take you to the final and first files respectively. Pressing 'u' while on a file will now take you back to index.html, like on Gerrit. '?' opens and closes the help panel. Test cases: $ pytest --cov-report html --cov=. tests.py in a directory with just tests.py, then with one, two or three .py files. Tested on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:99.0) Gecko/20100101 Firefox/99.0 | ||||
* | build: the next version will be 6.4 | Ned Batchelder | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | fix: the SIGTERM handler is now opt-in. #1310 | Ned Batchelder | 2022-05-18 | 5 | -9/+44 |
| | |||||
* | docs: cross-reference cmd to config, and add the missing lcov setting | Ned Batchelder | 2022-05-18 | 2 | -14/+51 |
| | |||||
* | style(docs): blank lines between settings, and wrap paragraphs | Ned Batchelder | 2022-05-17 | 1 | -93/+124 |
| | |||||
* | docs: every config setting is an h3. #1380 | Ned Batchelder | 2022-05-17 | 2 | -49/+173 |
| | |||||
* | build(deps): bump schneegans/dynamic-badges-action from 1.3.0 to 1.4.0 (#1378) | dependabot[bot] | 2022-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | refactor: clean up tomllib addition | Ned Batchelder | 2022-05-15 | 2 | -5/+9 |
| | |||||
* | Use tomllib on Python 3.11 (#1359) | Shantanu | 2022-05-15 | 4 | -18/+26 |
| | | | Co-authored-by: hauntsaninja <> | ||||
* | debug: slightly nicer wrapping of the sqlite3 debug info | Ned Batchelder | 2022-05-14 | 1 | -3/+2 |
| | |||||
* | test: show more info when running nightlies | Ned Batchelder | 2022-05-14 | 1 | -1/+6 |
| | |||||
* | test: remove version-specfic skips we no longer need | Ned Batchelder | 2022-05-13 | 4 | -33/+0 |
| | |||||
* | test: CPython #92236 is fixed for 3.11.0b2 | Ned Batchelder | 2022-05-13 | 1 | -1/+2 |
| | |||||
* | build: version bump | Ned Batchelder | 2022-05-12 | 2 | -1/+7 |
| | |||||
* | docs: latest sample6.3.3 | Ned Batchelder | 2022-05-12 | 11 | -21/+21 |
| | |||||
* | build: prep for 6.3.3 | Ned Batchelder | 2022-05-12 | 5 | -8/+10 |
| | |||||
* | build: don't make wheels for pre-release Pythons | Ned Batchelder | 2022-05-12 | 1 | -58/+3 |
| | |||||
* | build: add markdown summary to the action | Ned Batchelder | 2022-05-12 | 1 | -0/+5 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2022-05-12 | 10 | -20/+30 |
| | | | | | Wrote this bug for pylint, because I shouldn't have to add a pragma: https://github.com/PyCQA/pylint/issues/6592 | ||||
* | test: skip tests that fail until CPython #92236 is fixed | Ned Batchelder | 2022-05-12 | 1 | -0/+20 |
| | | | | https://github.com/python/cpython/issues/92236 | ||||
* | fix: fix compilation errors on latest 3.11.0 | Ned Batchelder | 2022-05-12 | 7 | -14/+38 |
| | |||||
* | debug: incidental debug improvements in tracer.c | Ned Batchelder | 2022-05-12 | 1 | -6/+9 |
| | |||||
* | build(deps): bump docker/setup-qemu-action from 1 to 2 (#1372) | dependabot[bot] | 2022-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |