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: 6.4.3
Choose a base ref
...
head repository: coveragepy/coveragepy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.4.4
Choose a head ref
  • 16 commits
  • 36 files changed
  • 1 contributor

Commits on Aug 6, 2022

  1. build: bump version

    nedbat committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    1d25d0d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. build: switch to hashed dev dependencies

    I used this tweak to the Makefile to mostly just add hashes, though some
    dependencies were also upgraded, not sure why...
    
    @@ -74,7 +74,7 @@ metasmoke:
    
     .PHONY: upgrade
    
    -PIP_COMPILE = pip-compile --upgrade --allow-unsafe
    +PIP_COMPILE = pip-compile --allow-unsafe --generate-hashes
     upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
     upgrade: 				## Update the *.pip files with the latest packages satisfying *.in files.
     	pip install -q -r requirements/pip-tools.pip
    nedbat committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    015e42a View commit details
    Browse the repository at this point in the history
  2. Revert "build: switch to hashed dev dependencies"

    This reverts commit 015e42a.
    nedbat committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    436c633 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    6a3d850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21a5f7 View commit details
    Browse the repository at this point in the history
  3. build: make upgrade

    nedbat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a749867 View commit details
    Browse the repository at this point in the history
  4. build: don't install multiple .pip files

    If .pip files are pip-compile'd separately, they can have different
    pinned versions.  Then when installed together, pip can't resolve the
    difference.  Instead, pip-compile multiple .in files to produce one .pip
    file that is installed.
    nedbat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4eee7dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87de75d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b076ffe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dba030 View commit details
    Browse the repository at this point in the history
  8. build: use hashed pins

    nedbat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    18b57e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7907ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66ddb0b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    007c616 View commit details
    Browse the repository at this point in the history
  2. build: prep for 6.4.4

    nedbat committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    12d5d17 View commit details
    Browse the repository at this point in the history
  3. docs: sample html report

    nedbat committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    24985c0 View commit details
    Browse the repository at this point in the history
Loading