Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coveragepy/coveragepy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3.0
Choose a base ref
...
head repository: coveragepy/coveragepy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3.1
Choose a head ref
  • 11 commits
  • 38 files changed
  • 2 contributors

Commits on Aug 12, 2023

  1. build: bump version

    nedbat committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0b2e14e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    c2b238e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. chore: make upgrade

    nedbat committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    6afcdc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. style: use walrus for regexing

    nedbat committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f0c18f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. test: add regression test for path w/ trailing wildcard

    We decided to leave trailing `*` meaning the same as `**` because it was
    already in use.
    
    Original description:
    
    This patch demonstrates a corner case in the path glob matcher.
    Specifically, it documents how a single trailing asterisk is supposed
    to be treated as opposed to a double asterisk.
    With [[1]], a trailing `/*` is interpreted as an equivalent of `/**`.
    The commit add a case that shows that `/*` shouldn't be greedy as
    described in the docs [[2]][[3]].
    
    See also the observations in the bug report ticket [[4]].
    
    [1]: ec6205a
    [2]: https://coverage.rtfd.io/en/stable/source.html#file-patterns
    [3]: https://coverage.rtfd.io/en/7.2.7/migrating.html#migrating-to-coverage-py-7-x
    [4]: #1407 (comment)
    webknjaz authored and nedbat committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9d5ae8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86955f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    3b484e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6205c9f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    508c27f View commit details
    Browse the repository at this point in the history
  2. docs: prep for 7.3.1

    nedbat committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ac0021b View commit details
    Browse the repository at this point in the history
  3. docs: sample HTML for 7.3.1

    nedbat committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7ce94f1 View commit details
    Browse the repository at this point in the history
Loading